Home
last modified time | relevance | path

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

1234567

/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
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_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_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/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/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_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 …]
DUT_alloc_copy.java68 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Byte()
110 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Short()
152 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Int()
194 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Float()
236 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Long()
280 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Byte()
318 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Short()
356 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Int()
394 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Float()
432 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Long()
[all …]
/frameworks/rs/tests/java_api/RSTest_CompatLib/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 …]
DUT_alloc_copy.java68 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Byte()
110 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Short()
152 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Int()
194 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Float()
236 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Long()
280 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Byte()
318 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Short()
356 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Int()
394 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Float()
432 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Long()
[all …]
/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/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/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/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/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/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/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 …]
/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()
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
DUT_global_query.java52 Allocation G = Allocation.createTyped(pRS, typeBuilder.create()); in Test()
53 Allocation dummy = Allocation.createTyped(pRS, typeBuilder.create()); in Test()
54 Allocation R = Allocation.createTyped(pRS, typeBuilder.create()); in Test()

1234567