/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/ |
D | UT_foreach_multi.java | 51 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()
|
D | UT_alloc.java | 48 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()
|
D | UT_blur_validation.java | 60 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/ |
D | KernelVariables.cpp | 34 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/ |
D | jnikernelvariables.cpp | 43 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/ |
D | BNNMTest.java | 227 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()
|
D | SGEMMTest.java | 150 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/ |
D | UT_instance.java | 49 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()
|
D | UT_alloc.java | 40 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()
|
D | UT_alloc_copyPadded.java | 93 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 …]
|
D | UT_alloc_copy.java | 68 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/ |
D | UT_instance.java | 49 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()
|
D | UT_alloc.java | 40 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()
|
D | UT_alloc_copyPadded.java | 93 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 …]
|
D | UT_alloc_copy.java | 68 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/ |
D | Allocations.cpp | 88 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/ |
D | UT_alloc.java | 40 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/ |
D | UT_alloc.java | 40 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/ |
D | jniallocations.cpp | 92 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/ |
D | compute.cpp | 31 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/ |
D | compute.cpp | 31 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/ |
D | RsBrickedBitMask.java | 61 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/ |
D | MainActivity.java | 125 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/ |
D | ViewfinderProcessor.java | 68 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/ |
D | UT_global_query.java | 52 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()
|