Home
last modified time | relevance | path

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

12345678

/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_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_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()
/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_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_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.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()
/frameworks/rs/tests/lldb/cpp/KernelVariables/
DKernelVariables.cpp34 auto a = Allocation::createTyped(rs, t); in main()
35 auto b = Allocation::createTyped(rs, t); in main()
50 sp<Allocation> int_allocation2 = Allocation::createTyped(rs, typeI32Builder2D.create()); in main()
64 sp<Allocation> int_allocation3 = Allocation::createTyped(rs, typeI32Builder3D.create()); in main()
73 sp<Allocation> yuv_allocation = Allocation::createTyped(rs, yuvTypeBuilder.create()); in main()
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
Djnikernelvariables.cpp43 auto a = Allocation::createTyped(rs, t); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
44 auto b = Allocation::createTyped(rs, t); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
59 sp<Allocation> int_allocation2 = Allocation::createTyped(rs, typeI32Builder2D.create()); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
73 sp<Allocation> int_allocation3 = Allocation::createTyped(rs, typeI32Builder3D.create()); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
82 sp<Allocation> yuv_allocation = Allocation::createTyped(rs, yuvTypeBuilder.create()); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_instance.java49 Allocation ai1 = Allocation.createTyped(mRS, t); in run()
50 Allocation ai2 = Allocation.createTyped(mRS, t); in run()
51 Allocation ai3 = Allocation.createTyped(mRS, t); in run()
52 Allocation ai4 = Allocation.createTyped(mRS, t); in run()
53 Allocation ai5 = Allocation.createTyped(mRS, t); in run()
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()
DUT_alloc_copyPadded.java93 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Byte3_1D()
125 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Byte3_2D()
158 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Byte3_3D()
192 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Short3_1D()
227 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Short3_2D()
263 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Short3_3D()
297 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Int3_1D()
332 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Int3_2D()
368 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Int3_3D()
402 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Float3_1D()
[all …]
/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/lldb/cpp/Allocations/
DAllocations.cpp88 mCharAllocation = Allocation::createTyped(mRS, typeI8Builder.create()); in createSignedAllocations()
99 mShort2Allocation = Allocation::createTyped(mRS, typeI16_2Builder.create()); in createSignedAllocations()
109 mInt3Allocation = Allocation::createTyped(mRS, typeI32_3Builder.create()); in createSignedAllocations()
119 mLong4Allocation = Allocation::createTyped(mRS, typeI64_4Builder.create()); in createSignedAllocations()
178 mUChar2Allocation = Allocation::createTyped(mRS, typeU8_2Builder.create()); in createUnsignedAllocations()
188 mUShort3Allocation = Allocation::createTyped(mRS, typeU16_3Builder.create()); in createUnsignedAllocations()
199 mUInt4Allocation = Allocation::createTyped(mRS, typeU32_4Builder.create()); in createUnsignedAllocations()
206 mULongAllocation = Allocation::createTyped(mRS, typeU64Builder.create()); in createUnsignedAllocations()
261 mHalf3Allocation = Allocation::createTyped(mRS, typeF16_3Builder.create()); in createFloatAllocations()
271 mFloat4Allocation = Allocation::createTyped(mRS, typeF32_4Builder.create()); in createFloatAllocations()
[all …]
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp92 mCharAllocation = Allocation::createTyped(mRS, typeI8Builder.create()); in createSignedAllocations()
103 mShort2Allocation = Allocation::createTyped(mRS, typeI16_2Builder.create()); in createSignedAllocations()
113 mInt3Allocation = Allocation::createTyped(mRS, typeI32_3Builder.create()); in createSignedAllocations()
123 mLong4Allocation = Allocation::createTyped(mRS, typeI64_4Builder.create()); in createSignedAllocations()
182 mUChar2Allocation = Allocation::createTyped(mRS, typeU8_2Builder.create()); in createUnsignedAllocations()
192 mUShort3Allocation = Allocation::createTyped(mRS, typeU16_3Builder.create()); in createUnsignedAllocations()
203 mUInt4Allocation = Allocation::createTyped(mRS, typeU32_4Builder.create()); in createUnsignedAllocations()
210 mULongAllocation = Allocation::createTyped(mRS, typeU64Builder.create()); in createUnsignedAllocations()
265 mHalf3Allocation = Allocation::createTyped(mRS, typeF16_3Builder.create()); in createFloatAllocations()
275 mFloat4Allocation = Allocation::createTyped(mRS, typeF32_4Builder.create()); in createFloatAllocations()
[all …]
/frameworks/rs/tests/java_api/RsTest_16/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/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/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/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java125 mCharAllocation = Allocation.createTyped(mRS, typeI8Builder.create()); in createSignedAllocations()
141 mShort2Allocation = Allocation.createTyped(mRS, typeI16_2Builder.create()); in createSignedAllocations()
156 mInt3Allocation = Allocation.createTyped(mRS, typeI32_3Builder.create()); in createSignedAllocations()
171 mLong4Allocation = Allocation.createTyped(mRS, typeI64_4Builder.create()); in createSignedAllocations()
223 mUChar2Allocation = Allocation.createTyped(mRS, typeU8_2Builder.create()); in createUnsignedAllocations()
238 mUShort3Allocation = Allocation.createTyped(mRS, typeU16_3Builder.create()); in createUnsignedAllocations()
254 mUInt4Allocation = Allocation.createTyped(mRS, typeU32_4Builder.create()); in createUnsignedAllocations()
262 mULongAllocation = Allocation.createTyped(mRS, typeU64Builder.create()); in createUnsignedAllocations()
315 mHalf3Allocation = Allocation.createTyped(mRS, typeF16_3Builder.create()); in createFloatAllocations()
330 mFloat4Allocation = Allocation.createTyped(mRS, typeF32_4Builder.create()); in createFloatAllocations()
[all …]

12345678