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

12

/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
56 !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.java801 b.add(Element.F32_2(mRS), "texture0");
H A DElement.java679 public static Element F32_2(RenderScript rs) { method in class:Element
/frameworks/rs/tests/java_api/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/tests/java_api/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/tests/java_api/RsTest/src/com/android/rs/test/
H A DUT_copy_test.java33 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
34 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicConvolve3x3.java38 * {@link Element#F32}, {@link Element#F32_2}, {@link
60 !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...]
/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp237 validateGEMV(mRS, Element::F32_2(mRS), TransA, A, X, incX, Y, incY);
292 validateGEMV(mRS, Element::F32_2(mRS), TransA, A, X, incX, Y, incY);
394 validateTRMV(mRS, Element::F32_2(mRS), Uplo, TransA, Diag, A, X, incX);
442 validateTRMV(mRS, Element::F32_2(mRS), Uplo, TransA, Diag, A, X, incX);
480 int N = validateTPMV(mRS, Element::F32_2(mRS), Uplo, TransA, Diag, Ap, X, incX);
518 validateTRMV(mRS, Element::F32_2(mRS), Uplo, TransA, Diag, A, X, incX);
566 validateTRMV(mRS, Element::F32_2(mRS), Uplo, TransA, Diag, A, X, incX);
610 int N = validateTPMV(mRS, Element::F32_2(mRS), Uplo, TransA, Diag, Ap, X, incX);
1008 int N = validateSYR2(mRS, Element::F32_2(mRS), Uplo, X, incX, Y, incY, A);
1018 int N = validateSYR2(mRS, Element::F32_2(mR
[all...]
H A DScriptIntrinsics.cpp272 !(in->getType()->getElement()->isCompatible(Element::F32_2(mRS))) &&
284 !(out->getType()->getElement()->isCompatible(Element::F32_2(mRS))) &&
354 !(e->isCompatible(Element::F32_2(rs))) &&
395 !(e->isCompatible(Element::F32_2(rs))) &&
606 !(ain->getType()->getElement()->isCompatible(Element::F32_2(mRS))) &&
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
H A DFindRegion.java68 Type.Builder builderF32_2 = new Type.Builder(rs, Element.F32_2(rs));
/frameworks/rs/tests/java_api/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/tests/java_api/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java120 mGridCache = Allocation.createSized(mRS, Element.F32_2(mRS), PART_COUNT);
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
H A DFindRegion.java94 border_coords_float = Allocation.createSized(mRs, Element.F32_2(mRs), mPointsXY.length / 2);
/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp269 mFloat2Allocation = Allocation::createSized(mRS, Element::F32_2(mRS), mAllocSize / 2);
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java326 mFloat2Allocation = Allocation.createSized(mRS, Element.F32_2(mRS), mAllocSize / 2);
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp273 mFloat2Allocation = Allocation::createSized(mRS, Element::F32_2(mRS), mAllocSize / 2);

Completed in 396 milliseconds

12