/frameworks/rs/tests/lldb/java/ScriptGroup/src/com/android/rs/scriptgroup/ |
D | MainActivity.java | 44 Allocation input = Allocation.createSized(pRS, Element.I32(pRS), ARRAY_SIZE); in onCreate() 52 script.getKernelID_foo(), Type.createX(pRS, Element.I32(pRS), ARRAY_SIZE), unbound); in onCreate() 55 Type.createX(pRS, Element.I32(pRS), ARRAY_SIZE), c0.getReturn()); in onCreate()
|
/frameworks/compile/slang/tests/P_reduce_general_accumulator/ |
D | ScriptC_reduce_general_accumulator.java.expect | 42 __I32 = Element.I32(rs); 108 throw new RSRuntimeException("Type mismatch with I32!"); 141 throw new RSRuntimeException("Type mismatch with I32!"); 174 throw new RSRuntimeException("Type mismatch with I32!"); 207 throw new RSRuntimeException("Type mismatch with I32!"); 240 throw new RSRuntimeException("Type mismatch with I32!"); 273 throw new RSRuntimeException("Type mismatch with I32!"); 306 throw new RSRuntimeException("Type mismatch with I32!"); 339 throw new RSRuntimeException("Type mismatch with I32!"); 372 throw new RSRuntimeException("Type mismatch with I32!"); [all …]
|
/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
D | KernelVariables.cpp | 40 sp<Allocation> int_allocation = Allocation::createSized(rs, Element::I32(rs), 4); in main() 46 Type::Builder typeI32Builder2D(rs, Element::I32(rs)); in main() 59 Type::Builder typeI32Builder3D(rs, Element::I32(rs)); in main()
|
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
D | jnikernelvariables.cpp | 49 sp<Allocation> int_allocation = Allocation::createSized(rs, Element::I32(rs), 4); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS() 55 Type::Builder typeI32Builder2D(rs, Element::I32(rs)); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS() 68 Type::Builder typeI32Builder3D(rs, Element::I32(rs)); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
|
/frameworks/rs/tests/cpp_api/typecheck/ |
D | typecheck.cpp | 55 TEST_ELEM(ENAME, I32) \ 67 TEST_ELEM_ALL(I32) in TEST_ELEM_ALL() 96 EXECUTE_TEST_ELEM_ALL(I32); in TEST_ELEM_ALL()
|
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/ |
D | MainActivity.java | 67 Allocation int_allocation = Allocation.createSized(mRS, Element.I32(mRS), 4); in updateImage() 73 Type.Builder typeI32Builder2D = new Type.Builder(mRS, Element.I32(mRS)); in updateImage() 89 Type.Builder typeI32Builder3D = new Type.Builder(mRS, Element.I32(mRS)); in updateImage()
|
/frameworks/compile/slang/tests/P_reflection3264_divergent/ |
D | ScriptC_reflection3264_divergent.java.expect | 41 __I32 = Element.I32(rs); 276 throw new RSRuntimeException("Type mismatch with I32!"); 280 throw new RSRuntimeException("Type mismatch with I32!"); 319 throw new RSRuntimeException("Type mismatch with I32!"); 323 throw new RSRuntimeException("Type mismatch with I32!"); 358 throw new RSRuntimeException("Type mismatch with I32!"); 362 throw new RSRuntimeException("Type mismatch with I32!"); 394 throw new RSRuntimeException("Type mismatch with I32!"); 398 throw new RSRuntimeException("Type mismatch with I32!"); 429 throw new RSRuntimeException("Type mismatch with I32!"); [all …]
|
/frameworks/compile/slang/tests/P_reflection3264_divergent_support/ |
D | ScriptC_reflection3264_divergent.java.expect | 38 __I32 = Element.I32(rs); 273 throw new RSRuntimeException("Type mismatch with I32!"); 277 throw new RSRuntimeException("Type mismatch with I32!"); 316 throw new RSRuntimeException("Type mismatch with I32!"); 320 throw new RSRuntimeException("Type mismatch with I32!"); 355 throw new RSRuntimeException("Type mismatch with I32!"); 359 throw new RSRuntimeException("Type mismatch with I32!"); 391 throw new RSRuntimeException("Type mismatch with I32!"); 395 throw new RSRuntimeException("Type mismatch with I32!"); 426 throw new RSRuntimeException("Type mismatch with I32!"); [all …]
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Histogram.java | 44 Type.Builder tb = new Type.Builder(mRS, Element.I32(mRS)); in createTest() 48 mSum = Allocation.createSized(mRS, Element.I32(mRS), 256); in createTest()
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | UT_alloc.java | 32 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals() 44 typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
|
D | UT_refcount.java | 32 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | UT_alloc.java | 32 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals() 44 typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
|
D | UT_refcount.java | 32 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Histogram.java | 50 Type.Builder tb = new Type.Builder(mRS, Element.I32(mRS)); in createTest() 54 mSum = Allocation.createSized(mRS, Element.I32(mRS), 256); in createTest()
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_alloc.java | 32 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals() 44 typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
|
D | UT_refcount.java | 32 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | UT_alloc_supportlib.java | 39 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals() 52 typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_alloc_supportlib.java | 41 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals() 54 typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
|
D | UT_alloc.java | 41 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals() 54 typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
|
D | UT_static_globals.java | 36 Type.Builder typeBuilder = new Type.Builder(pRS, Element.I32(pRS)); in run()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_alloc.java | 39 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals() 52 typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
|
D | UT_static_globals.java | 34 Type.Builder typeBuilder = new Type.Builder(pRS, Element.I32(pRS)); in run()
|
/frameworks/compile/slang/tests/P_reduce_general_duplicate_array/ |
D | ScriptC_reduce_general_duplicate_array.java.expect | 42 __I32 = Element.I32(rs); 108 throw new RSRuntimeException("Type mismatch with I32!"); 141 throw new RSRuntimeException("Type mismatch with I32!");
|
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/ |
D | ScriptC_reduce_general_examples_halter.java.expect | 42 __I32 = Element.I32(rs); 146 throw new RSRuntimeException("Type mismatch with I32!"); 179 throw new RSRuntimeException("Type mismatch with I32!");
|
/frameworks/rs/tests/lldb/cpp/BranchingFunCalls/ |
D | BranchingFunCalls.cpp | 28 auto e = Element::I32(rs); in main()
|