Home
last modified time | relevance | path

Searched refs:I32 (Results 1 – 25 of 108) sorted by relevance

12345

/frameworks/rs/tests/lldb/java/ScriptGroup/src/com/android/rs/scriptgroup/
DMainActivity.java44 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/
DScriptC_reduce_general_accumulator.java.expect42 __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/
DKernelVariables.cpp40 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/
Djnikernelvariables.cpp49 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/
Dtypecheck.cpp55 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/
DMainActivity.java67 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/
DScriptC_reflection3264_divergent.java.expect41 __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/
DScriptC_reflection3264_divergent.java.expect38 __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/
DHistogram.java44 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/
DUT_alloc.java32 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
44 typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
DUT_refcount.java32 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
DUT_alloc.java32 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
44 typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
DUT_refcount.java32 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DHistogram.java50 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/
DUT_alloc.java32 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
44 typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
DUT_refcount.java32 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
DUT_alloc_supportlib.java39 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/
DUT_alloc_supportlib.java41 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
54 typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
DUT_alloc.java41 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
54 typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
DUT_static_globals.java36 Type.Builder typeBuilder = new Type.Builder(pRS, Element.I32(pRS)); in run()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_alloc.java39 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
52 typeBuilder = new Type.Builder(RS, Element.I32(RS)); in initializeGlobals()
DUT_static_globals.java34 Type.Builder typeBuilder = new Type.Builder(pRS, Element.I32(pRS)); in run()
/frameworks/compile/slang/tests/P_reduce_general_duplicate_array/
DScriptC_reduce_general_duplicate_array.java.expect42 __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/
DScriptC_reduce_general_examples_halter.java.expect42 __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/
DBranchingFunCalls.cpp28 auto e = Element::I32(rs); in main()

12345