Searched refs:I32_4 (Results 1 - 18 of 18) sorted by relevance

/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_script_group2_pointwise.java50 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
59 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE),
64 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE),
H A DUT_script_group2_nochain.java51 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
60 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE),
66 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE),
74 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE),
H A DUT_script_group2_gatherscatter.java72 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
90 Type.createX(pRS, Element.I32_4(pRS), stride),
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DWhiteBalance.java32 mSums = Allocation.createSized(mRS, Element.I32_4(mRS), 256);
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUT_script_group2_pointwise.java46 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
53 Type T = Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE);
H A DUT_script_group2_gatherscatter.java68 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
86 Type.createX(pRS, Element.I32_4(pRS), stride),
H A DUT_script_group2_nochain.java47 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
54 Type T = Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE);
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicHistogram.java148 mOut.getType().getElement() != Element.I32_4(mRS)) {
H A DElement.java932 public static Element I32_4(RenderScript rs) { method in class:Element
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicHistogram.java158 mOut.getType().getElement() != Element.I32_4(mRS)) {
H A DElement.java647 public static Element I32_4(RenderScript rs) { method in class:Element
/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp110 mInt4Allocation = Allocation::createSized(mRS, Element::I32_4(mRS), mAllocSize / 4);
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java158 mInt4Allocation = Allocation.createSized(mRS, Element.I32_4(mRS), mAllocSize / 4);
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp114 mInt4Allocation = Allocation::createSized(mRS, Element::I32_4(mRS), mAllocSize / 4);
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp448 !(out->getType()->getElement()->isCompatible(Element::I32_4(mRS)))) {
H A DrsCppStructs.h472 sp<const Element> I32_4; member in struct:android::RSC::RS::__anon1962
1303 static sp<const Element> I32_4(const sp<RS> &rs);
/frameworks/compile/slang/tests/P_reduce_general_result/
H A DScriptC_reduce_general_result.java.expect56 __I32_4 = Element.I32_4(rs);
3884 throw new RSRuntimeException("Type mismatch with I32_4!");
3991 throw new RSRuntimeException("Type mismatch with I32_4!");
/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptC_reduce_general_input.java.expect56 __I32_4 = Element.I32_4(rs);
9857 throw new RSRuntimeException("Type mismatch with I32_4!");
9894 throw new RSRuntimeException("Type mismatch with I32_4!");
9931 throw new RSRuntimeException("Type mismatch with I32_4!");
9968 throw new RSRuntimeException("Type mismatch with I32_4!");
10005 throw new RSRuntimeException("Type mismatch with I32_4!");
10042 throw new RSRuntimeException("Type mismatch with I32_4!");
10079 throw new RSRuntimeException("Type mismatch with I32_4!");
10116 throw new RSRuntimeException("Type mismatch with I32_4!");
10153 throw new RSRuntimeException("Type mismatch with I32_4!");
[all...]

Completed in 1447 milliseconds