Searched refs:F32_2 (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicConvolve5x5.java34 * {@link Element#F32}, {@link Element#F32_2}, {@link
57 !e.isCompatible(Element.F32_2(rs)) &&
H A DScriptIntrinsicResize.java32 * {@link Element#F32}, {@link Element#F32_2}, {@link
59 !e.isCompatible(Element.F32_2(mRS)) &&
H A DScriptIntrinsicConvolve3x3.java34 * {@link Element#F32}, {@link Element#F32_2}, {@link
57 !e.isCompatible(Element.F32_2(rs)) &&
H A DScriptIntrinsicColorMatrix.java37 * {@link Element#F32}, {@link Element#F32_2}, {@link
250 !ain.getElement().isCompatible(Element.F32_2(mRS)) &&
262 !aout.getElement().isCompatible(Element.F32_2(mRS)) &&
H A DScriptIntrinsicBLAS.java357 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
358 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
361 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
365 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY);
480 * @param A The input allocation contains the band matrix A, supported elements type {@link Element#F32_2}.
481 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
484 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
489 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY);
637 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
638 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}
[all...]
H A DProgramVertexFixedFunction.java184 b.add(Element.F32_2(mRS), "texture0");
H A DMesh.java800 b.add(Element.F32_2(mRS), "texture0");
H A DElement.java552 public static Element F32_2(RenderScript rs) { method in class:Element
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_copy_test.java34 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
35 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_copy_test.java34 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
35 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_copy_test.java34 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
35 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicConvolve3x3.java38 * {@link Element#F32}, {@link Element#F32_2}, {@link
61 !e.isCompatible(Element.F32_2(rs)) &&
H A DScriptIntrinsicConvolve5x5.java38 * {@link Element#F32}, {@link Element#F32_2}, {@link
61 !e.isCompatible(Element.F32_2(rs)) &&
H A DScriptIntrinsicResize.java36 * {@link Element#F32}, {@link Element#F32_2}, {@link
69 !e.isCompatible(Element.F32_2(mRS)) &&
H A DScriptIntrinsicColorMatrix.java230 !ain.getElement().isCompatible(Element.F32_2(mRS)) &&
242 !aout.getElement().isCompatible(Element.F32_2(mRS)) &&
H A DScriptIntrinsicBLAS.java384 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
385 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
388 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
392 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY);
547 * @param A The input allocation contains the band matrix A, supported elements type {@link Element#F32_2}.
548 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
551 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
556 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY);
740 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
741 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}
[all...]
H A DElement.java486 public static Element F32_2(RenderScript rs) { method in class:Element
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DVrState.java91 Type.Builder b = new Type.Builder(mRs, Element.F32_2(mRs));
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp264 !(in->getType()->getElement()->isCompatible(Element::F32_2(mRS))) &&
276 !(out->getType()->getElement()->isCompatible(Element::F32_2(mRS))) &&
346 !(e->isCompatible(Element::F32_2(rs))) &&
387 !(e->isCompatible(Element::F32_2(rs))) &&
598 !(ain->getType()->getElement()->isCompatible(Element::F32_2(mRS))) &&
H A DrsCppStructs.h213 sp<const Element> F32_2; member in struct:android::RSC::RS::__anon1533
867 static sp<const Element> F32_2(sp<RS> rs);
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java120 mGridCache = Allocation.createSized(mRS, Element.F32_2(mRS), PART_COUNT);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java312 b.add(Element.F32_2(rs), "texture0");

Completed in 1718 milliseconds