/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | UT_foreach_multi.java | 52 Ain0 = Allocation.createTyped(RS, type32Builder.create()); in initializeGlobals() 56 Ain1 = Allocation.createTyped(RS, type32Builder.create()); in initializeGlobals() 60 Ain2 = Allocation.createTyped(RS, type32Builder.create()); in initializeGlobals() 66 Ain3 = Allocation.createTyped(RS, type16Builder.create()); in initializeGlobals() 72 Out0 = Allocation.createTyped(RS, type32Builder.create()); in initializeGlobals() 75 Out1 = Allocation.createTyped(RS, type32Builder.create()); in initializeGlobals() 78 Out2 = Allocation.createTyped(RS, type32Builder.create()); in initializeGlobals()
|
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_kernel.java | 39 A = Allocation.createTyped(RS, typeBuilder.create()); in initializeGlobals() 41 B = Allocation.createTyped(RS, typeBuilder.create()); in initializeGlobals()
|
D | UT_ctxt_default.java | 40 A = Allocation.createTyped(RS, typeBuilder.create()); in initializeGlobals() 42 B = Allocation.createTyped(RS, typeBuilder.create()); in initializeGlobals()
|
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
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()
|
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()
|
/frameworks/rs/java/tests/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 …]
|
D | UT_kernel.java | 39 A = Allocation.createTyped(RS, typeBuilder.create()); in initializeGlobals() 41 B = Allocation.createTyped(RS, typeBuilder.create()); in initializeGlobals()
|
/frameworks/rs/java/tests/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 …]
|
D | UT_kernel.java | 39 A = Allocation.createTyped(RS, typeBuilder.create()); in initializeGlobals() 41 B = Allocation.createTyped(RS, typeBuilder.create()); in initializeGlobals()
|
/frameworks/rs/java/tests/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/java/tests/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/cppbasic/ |
D | compute.cpp | 34 sp<Allocation> ain = Allocation::createTyped(rs, t); in test_compute() 35 sp<Allocation> aout = Allocation::createTyped(rs, t); in test_compute() 54 sp<Allocation> failed_alloc = Allocation::createTyped(rs, failed_t); in test_compute() 85 sp<Allocation> kern1_in = Allocation::createTyped(rs, t); in test_compute() 86 sp<Allocation> kern1_out = Allocation::createTyped(rs, t); in test_compute()
|
/frameworks/rs/tests/cppbasic-shared/ |
D | compute.cpp | 34 sp<Allocation> ain = Allocation::createTyped(rs, t); in test_compute() 35 sp<Allocation> aout = Allocation::createTyped(rs, t); in test_compute() 54 sp<Allocation> failed_alloc = Allocation::createTyped(rs, failed_t); in test_compute() 85 sp<Allocation> kern1_in = Allocation::createTyped(rs, t); in test_compute() 86 sp<Allocation> kern1_out = Allocation::createTyped(rs, t); in test_compute()
|
/frameworks/rs/java/tests/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/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
D | FullscreenBlur.java | 63 … sRenderTargetBlur0Color = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage)); in createRenderTargets() 64 … sRenderTargetBlur1Color = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage)); in createRenderTargets() 65 … sRenderTargetBlur2Color = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage)); in createRenderTargets() 71 … sRenderTargetBlur0Depth = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage)); in createRenderTargets() 72 … sRenderTargetBlur1Depth = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage)); in createRenderTargets() 73 … sRenderTargetBlur2Depth = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage)); in createRenderTargets()
|
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/ |
D | SampleRSActivity.java | 118 Allocation outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage); in onCreate() 124 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage); in onCreate() 130 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage); in onCreate() 136 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage); in onCreate()
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | UsageIO.java | 51 …mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_OUTPUT | Allo… in createTest() 52 …mScratchPixelsAllocation2 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_INPUT | Alloc… in createTest()
|
/frameworks/rs/tests/cppallocation/ |
D | compute.cpp | 33 sp<Allocation> ain = Allocation::createTyped(rs, t); in main() 34 sp<Allocation> aout = Allocation::createTyped(rs, t); in main()
|