Home
last modified time | relevance | path

Searched refs:I32_3 (Results 1 – 19 of 19) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsingle_source_alloc.rscript328 rs_element I32_3 = rsCreateVectorElement(RS_TYPE_SIGNED_32, 3);
331 _RS_ASSERT(rsIsObject(rsCreateType(I32_3, 3)));
332 _RS_ASSERT(rsIsObject(rsCreateType(I32_3, 3, 4)));
333 _RS_ASSERT(rsIsObject(rsCreateType(I32_3, 3, 4, 5)));
334 _RS_ASSERT(rsIsObject(rsCreateType(I32_3, 0))); // x = 0 is allowed
337 _RS_ASSERT(!rsIsObject(rsCreateType(I32_3, 0, 4))); // x is 0 but y isn't
338 _RS_ASSERT(!rsIsObject(rsCreateType(I32_3, 0, 4, 5))); // x is 0 but z isn't
339 _RS_ASSERT(!rsIsObject(rsCreateType(I32_3, 3, 0, 5))); // y is 0 but z isn't
343 _RS_ASSERT(rsIsObject(rsCreateType(I32_3, 3, 4, 0, false, false,
345 _RS_ASSERT(rsIsObject(rsCreateType(I32_3, 3, 4, 0, false, false,
[all …]
DUT_alloc_copyPadded.java296 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32_3(mRS)); in testAllocation_Int3_1D()
331 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32_3(mRS)); in testAllocation_Int3_2D()
367 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32_3(mRS)); in testAllocation_Int3_3D()
796 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32_3(mRS)); in testAllocation_copy1DRangeTo_Int3()
1005 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32_3(mRS)); in testAllocation_copy2DRangeTo_Int3()
1201 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32_3(mRS)); in testAllocation_copy1DRangeToUnchecked_Int3()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsingle_source_alloc.rscript330 rs_element I32_3 = rsCreateVectorElement(RS_TYPE_SIGNED_32, 3);
333 _RS_ASSERT(rsIsObject(rsCreateType(I32_3, 3)));
334 _RS_ASSERT(rsIsObject(rsCreateType(I32_3, 3, 4)));
335 _RS_ASSERT(rsIsObject(rsCreateType(I32_3, 3, 4, 5)));
336 _RS_ASSERT(rsIsObject(rsCreateType(I32_3, 0))); // x = 0 is allowed
339 _RS_ASSERT(!rsIsObject(rsCreateType(I32_3, 0, 4))); // x is 0 but y isn't
340 _RS_ASSERT(!rsIsObject(rsCreateType(I32_3, 0, 4, 5))); // x is 0 but z isn't
341 _RS_ASSERT(!rsIsObject(rsCreateType(I32_3, 3, 0, 5))); // y is 0 but z isn't
345 _RS_ASSERT(rsIsObject(rsCreateType(I32_3, 3, 4, 0, false, false,
347 _RS_ASSERT(rsIsObject(rsCreateType(I32_3, 3, 4, 0, false, false,
[all …]
DUT_alloc_copyPadded.java298 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32_3(mRS)); in testAllocation_Int3_1D()
333 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32_3(mRS)); in testAllocation_Int3_2D()
369 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32_3(mRS)); in testAllocation_Int3_3D()
798 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32_3(mRS)); in testAllocation_copy1DRangeTo_Int3()
1007 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32_3(mRS)); in testAllocation_copy2DRangeTo_Int3()
1203 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32_3(mRS)); in testAllocation_copy1DRangeToUnchecked_Int3()
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DWhiteBalance.java33 mSums = Allocation.createSized(mRS, Element.I32_3(mRS), 256); in createTest()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DWhiteBalance.java33 mSums = Allocation.createSized(mRS, Element.I32_3(mRS), 256); in createTest()
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicHistogram.java147 mOut.getType().getElement() != Element.I32_3(mRS) && in setOutput()
DElement.java923 public static Element I32_3(RenderScript rs) { in I32_3() method in Element
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicHistogram.java157 mOut.getType().getElement() != Element.I32_3(mRS) &&
DElement.java640 public static Element I32_3(RenderScript rs) { in I32_3() method in Element
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_alloc_copyPadded.java295 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32_3(mRS)); in testAllocation_Int3_1D()
330 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32_3(mRS)); in testAllocation_Int3_2D()
366 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32_3(mRS)); in testAllocation_Int3_3D()
795 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32_3(mRS)); in testAllocation_copy1DRangeTo_Int3()
1004 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32_3(mRS)); in testAllocation_copy2DRangeTo_Int3()
1200 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32_3(mRS)); in testAllocation_copy1DRangeToUnchecked_Int3()
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp103 Type::Builder typeI32_3Builder(mRS, Element::I32_3(mRS)); in createSignedAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp107 Type::Builder typeI32_3Builder(mRS, Element::I32_3(mRS)); in createSignedAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java148 Type.Builder typeI32_3Builder = new Type.Builder(mRS, Element.I32_3(mRS)); in createSignedAllocations()
/frameworks/rs/cpp/
DScriptIntrinsics.cpp447 !(out->getType()->getElement()->isCompatible(Element::I32_3(mRS))) && in setOutput()
DrsCppStructs.h471 sp<const Element> I32_3; member
1297 static sp<const Element> I32_3(const sp<RS> &rs);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26075 method public static android.renderscript.Element I32_3(android.renderscript.RenderScript);
/frameworks/base/non-updatable-api/
Dcurrent.txt39942 method public static android.renderscript.Element I32_3(android.renderscript.RenderScript);
/frameworks/base/api/
Dcurrent.txt40086 method public static android.renderscript.Element I32_3(android.renderscript.RenderScript);