Home
last modified time | relevance | path

Searched refs:createTyped (Results 1 – 25 of 154) sorted by relevance

1234567

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_foreach_multi.java51 Ain0 = Allocation.createTyped(RS, type32Builder.create()); in initializeGlobals()
55 Ain1 = Allocation.createTyped(RS, type32Builder.create()); in initializeGlobals()
59 Ain2 = Allocation.createTyped(RS, type32Builder.create()); in initializeGlobals()
65 Ain3 = Allocation.createTyped(RS, type16Builder.create()); in initializeGlobals()
71 Out0 = Allocation.createTyped(RS, type32Builder.create()); in initializeGlobals()
74 Out1 = Allocation.createTyped(RS, type32Builder.create()); in initializeGlobals()
77 Out2 = Allocation.createTyped(RS, type32Builder.create()); in initializeGlobals()
DUT_instance.java46 Allocation ai1 = Allocation.createTyped(mRS, t); in run()
47 Allocation ai2 = Allocation.createTyped(mRS, t); in run()
48 Allocation ai3 = Allocation.createTyped(mRS, t); in run()
49 Allocation ai4 = Allocation.createTyped(mRS, t); in run()
50 Allocation ai5 = Allocation.createTyped(mRS, t); in run()
DUT_alloc.java48 Allocation A = Allocation.createTyped(RS, T); in initializeGlobals()
55 mAFaces = Allocation.createTyped(RS, mTFaces); in initializeGlobals()
59 mALOD = Allocation.createTyped(RS, mTLOD); in initializeGlobals()
63 mAFacesLOD = Allocation.createTyped(RS, mTFacesLOD); in initializeGlobals()
DUT_alloc_copyPadded.java94 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Byte3_1D()
126 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Byte3_2D()
159 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Byte3_3D()
193 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Short3_1D()
228 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Short3_2D()
264 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Short3_3D()
298 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Int3_1D()
333 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Int3_2D()
369 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Int3_3D()
403 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Float3_1D()
[all …]
DUT_blur_validation.java60 output1D = Allocation.createTyped(RS, input1D.getType()); in run()
67 input2D = Allocation.createTyped(RS, ty); in run()
68 output2D = Allocation.createTyped(RS, ty); in run()
DUT_alloc_copy.java70 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Byte()
112 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Short()
154 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Int()
196 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Float()
238 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Long()
282 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Byte()
320 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Short()
358 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Int()
396 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Float()
434 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Long()
[all …]
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_foreach_multi.java53 Ain0 = Allocation.createTyped(RS, type32Builder.create()); in initializeGlobals()
57 Ain1 = Allocation.createTyped(RS, type32Builder.create()); in initializeGlobals()
61 Ain2 = Allocation.createTyped(RS, type32Builder.create()); in initializeGlobals()
67 Ain3 = Allocation.createTyped(RS, type16Builder.create()); in initializeGlobals()
73 Out0 = Allocation.createTyped(RS, type32Builder.create()); in initializeGlobals()
76 Out1 = Allocation.createTyped(RS, type32Builder.create()); in initializeGlobals()
79 Out2 = Allocation.createTyped(RS, type32Builder.create()); in initializeGlobals()
DUT_instance.java48 Allocation ai1 = Allocation.createTyped(mRS, t); in run()
49 Allocation ai2 = Allocation.createTyped(mRS, t); in run()
50 Allocation ai3 = Allocation.createTyped(mRS, t); in run()
51 Allocation ai4 = Allocation.createTyped(mRS, t); in run()
52 Allocation ai5 = Allocation.createTyped(mRS, t); in run()
DUT_alloc.java50 Allocation A = Allocation.createTyped(RS, T); in initializeGlobals()
57 mAFaces = Allocation.createTyped(RS, mTFaces); in initializeGlobals()
61 mALOD = Allocation.createTyped(RS, mTLOD); in initializeGlobals()
65 mAFacesLOD = Allocation.createTyped(RS, mTFacesLOD); in initializeGlobals()
DUT_alloc_supportlib.java50 Allocation A = Allocation.createTyped(RS, T); in initializeGlobals()
57 mAFaces = Allocation.createTyped(RS, mTFaces); in initializeGlobals()
61 mALOD = Allocation.createTyped(RS, mTLOD); in initializeGlobals()
65 mAFacesLOD = Allocation.createTyped(RS, mTFacesLOD); in initializeGlobals()
DUT_alloc_copyPadded.java96 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Byte3_1D()
128 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Byte3_2D()
161 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Byte3_3D()
195 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Short3_1D()
230 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Short3_2D()
266 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Short3_3D()
300 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Int3_1D()
335 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Int3_2D()
371 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Int3_3D()
405 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Float3_1D()
[all …]
DUT_blur_validation.java62 output1D = Allocation.createTyped(RS, input1D.getType()); in run()
69 input2D = Allocation.createTyped(RS, ty); in run()
70 output2D = Allocation.createTyped(RS, ty); in run()
DUT_alloc_copy.java72 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Byte()
114 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Short()
156 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Int()
198 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Float()
240 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Long()
284 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Byte()
322 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Short()
360 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Int()
398 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Float()
436 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Long()
[all …]
DUT_single_source_script.java41 testAllocation1 = Allocation.createTyped(RS, i32TypeBuilder.create()); in initializeGlobals()
42 testAllocation2 = Allocation.createTyped(RS, i32TypeBuilder.create()); in initializeGlobals()
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DBNNMTest.java227 matA = Allocation.createTyped(mRS, a_type); in setTestSmall()
228 matB = Allocation.createTyped(mRS, b_type); in setTestSmall()
229 matC = Allocation.createTyped(mRS, c_type); in setTestSmall()
297 matA = Allocation.createTyped(mRS, a_type); in setTestMedium()
298 matB = Allocation.createTyped(mRS, b_type); in setTestMedium()
299 matC = Allocation.createTyped(mRS, c_type); in setTestMedium()
346 matA = Allocation.createTyped(mRS, a_type); in setTestLarge()
347 matB = Allocation.createTyped(mRS, b_type); in setTestLarge()
348 matC = Allocation.createTyped(mRS, c_type); in setTestLarge()
DSGEMMTest.java150 matA = Allocation.createTyped(mRS, a_type); in setTestSmall()
151 matB = Allocation.createTyped(mRS, b_type); in setTestSmall()
152 matC = Allocation.createTyped(mRS, c_type); in setTestSmall()
205 matA = Allocation.createTyped(mRS, a_type); in setTestMedium()
206 matB = Allocation.createTyped(mRS, b_type); in setTestMedium()
207 matC = Allocation.createTyped(mRS, c_type); in setTestMedium()
253 matA = Allocation.createTyped(mRS, a_type); in setTestLarge()
254 matB = Allocation.createTyped(mRS, b_type); in setTestLarge()
255 matC = Allocation.createTyped(mRS, c_type); in setTestLarge()
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
DUT_alloc.java40 Allocation A = Allocation.createTyped(RS, typeBuilder.create()); in initializeGlobals()
46 Allocation AFaces = Allocation.createTyped(RS, typeBuilder.create()); in initializeGlobals()
49 Allocation ALOD = Allocation.createTyped(RS, typeBuilder.create()); in initializeGlobals()
52 Allocation AFacesLOD = Allocation.createTyped(RS, typeBuilder.create()); in initializeGlobals()
/frameworks/rs/tests/cpp_api/cppbasic/
Dcompute.cpp31 sp<Allocation> ain = Allocation::createTyped(rs, t); in test_compute()
32 sp<Allocation> aout = Allocation::createTyped(rs, t); in test_compute()
51 sp<Allocation> failed_alloc = Allocation::createTyped(rs, failed_t); in test_compute()
82 sp<Allocation> kern1_in = Allocation::createTyped(rs, t); in test_compute()
83 sp<Allocation> kern1_out = Allocation::createTyped(rs, t); in test_compute()
/frameworks/rs/tests/cpp_api/cppbasic-shared/
Dcompute.cpp31 sp<Allocation> ain = Allocation::createTyped(rs, t); in test_compute()
32 sp<Allocation> aout = Allocation::createTyped(rs, t); in test_compute()
51 sp<Allocation> failed_alloc = Allocation::createTyped(rs, failed_t); in test_compute()
82 sp<Allocation> kern1_in = Allocation::createTyped(rs, t); in test_compute()
83 sp<Allocation> kern1_out = Allocation::createTyped(rs, t); in test_compute()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
DUT_alloc_supportlib.java48 Allocation A = Allocation.createTyped(RS, T); in initializeGlobals()
55 mAFaces = Allocation.createTyped(RS, mTFaces); in initializeGlobals()
59 mALOD = Allocation.createTyped(RS, mTLOD); in initializeGlobals()
63 mAFacesLOD = Allocation.createTyped(RS, mTFacesLOD); in initializeGlobals()
/frameworks/rs/toolkit/test/
DIntrinsicLut3d.kt49 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicLut3d()
50 val outAllocation = Allocation.createTyped(context, arrayType) in intrinsicLut3d()
60 val cubeAllocation = Allocation.createTyped(context, cubeType) in intrinsicLut3d()
94 val outAllocation = Allocation.createTyped(context, inputAllocation.type) in intrinsicLut3d()
103 val cubeAllocation = Allocation.createTyped(context, cubeType) in intrinsicLut3d()
DIntrinsicBlur.kt52 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicBlur()
54 val outAllocation = Allocation.createTyped(context, arrayType) in intrinsicBlur()
87 val outAllocation = Allocation.createTyped(context, inputAllocation.type) in intrinsicBlur()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DRsBrickedBitMask.java61 mBrick_allocation = Allocation.createTyped(state.mRs, b.create(), Allocation.USAGE_SCRIPT); in RsBrickedBitMask()
74 Allocation tmp = Allocation.createTyped(state.mRs, b.create(), Allocation.USAGE_SCRIPT); in RsBrickedBitMask()
87 return Allocation.createTyped(rs, b.create(), Allocation.USAGE_SCRIPT); in createChunkAllocation()
95 return Allocation.createTyped(rs, b.create(), Allocation.USAGE_SCRIPT); in createBitChunkAllocation()
/frameworks/rs/tests/java_api/RsMinimalTest/src/com/android/rs/minimaltest/
DUT_blur_validation.java60 output1D = Allocation.createTyped(RS, input1D.getType()); in run()
67 input2D = Allocation.createTyped(RS, ty); in run()
68 output2D = Allocation.createTyped(RS, ty); in run()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DViewfinderProcessor.java68 mInputAllocation = Allocation.createTyped(rs, yuvTypeBuilder.create(), in ViewfinderProcessor()
75 mOutputAllocation = Allocation.createTyped(rs, rgbTypeBuilder.create(), in ViewfinderProcessor()
80 mBlurAllocation = Allocation.createTyped(rs, buffTypeBuilder.create()); in ViewfinderProcessor()
81 mEdgeAllocation = Allocation.createTyped(rs, buffTypeBuilder.create()); in ViewfinderProcessor()
101 … mHoughSlices = Allocation.createTyped(rs, houghSliceBuilder.create(), Allocation.USAGE_SCRIPT); in ViewfinderProcessor()
106 mHoughOutput = Allocation.createTyped(rs, houghOutputBuilder.create()); in ViewfinderProcessor()
271 blur_alloc = Allocation.createTyped(mRs, buffTypeBuilder.create()); in processImage()
272 edge_alloc = Allocation.createTyped(mRs, buffTypeBuilder.create()); in processImage()

1234567