/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
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_instance.java | 46 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()
|
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_alloc_copyPadded.java | 94 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 …]
|
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()
|
D | UT_alloc_copy.java | 70 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/ |
D | UT_foreach_multi.java | 53 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()
|
D | UT_instance.java | 48 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()
|
D | UT_alloc.java | 50 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()
|
D | UT_alloc_supportlib.java | 50 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()
|
D | UT_alloc_copyPadded.java | 96 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 …]
|
D | UT_blur_validation.java | 62 output1D = Allocation.createTyped(RS, input1D.getType()); in run() 69 input2D = Allocation.createTyped(RS, ty); in run() 70 output2D = Allocation.createTyped(RS, ty); in run()
|
D | UT_alloc_copy.java | 72 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 …]
|
D | UT_single_source_script.java | 41 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/ |
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_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/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/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/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | UT_alloc_supportlib.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()
|
/frameworks/rs/toolkit/test/ |
D | IntrinsicLut3d.kt | 49 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()
|
D | IntrinsicBlur.kt | 52 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/ |
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/java_api/RsMinimalTest/src/com/android/rs/minimaltest/ |
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/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()
|