HomeSort by relevance Sort by last modified time
    Searched refs:F32_2 (Results 1 - 25 of 53) sorted by null

1 2 3

  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicConvolve5x5.java 34 * {@link Element#F32}, {@link Element#F32_2}, {@link
57 !e.isCompatible(Element.F32_2(rs)) &&
ScriptIntrinsicResize.java 32 * {@link Element#F32}, {@link Element#F32_2}, {@link
59 !e.isCompatible(Element.F32_2(mRS)) &&
ScriptIntrinsicConvolve3x3.java 34 * {@link Element#F32}, {@link Element#F32_2}, {@link
56 !e.isCompatible(Element.F32_2(rs)) &&
ScriptIntrinsicColorMatrix.java 37 * {@link Element#F32}, {@link Element#F32_2}, {@link
250 !ain.getElement().isCompatible(Element.F32_2(mRS)) &&
262 !aout.getElement().isCompatible(Element.F32_2(mRS)) &&
ScriptIntrinsicBLAS.java 357 * @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...]
ProgramVertexFixedFunction.java 184 b.add(Element.F32_2(mRS), "texture0");
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_copy_test.java 34 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/RSUnitTests/src/com/android/rs/unittest/
UT_copy_test.java 33 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
34 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_copy_test.java 35 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
36 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptIntrinsicConvolve3x3.java 38 * {@link Element#F32}, {@link Element#F32_2}, {@link
60 !e.isCompatible(Element.F32_2(rs)) &&
ScriptIntrinsicConvolve5x5.java 38 * {@link Element#F32}, {@link Element#F32_2}, {@link
61 !e.isCompatible(Element.F32_2(rs)) &&
ScriptIntrinsicResize.java 36 * {@link Element#F32}, {@link Element#F32_2}, {@link
69 !e.isCompatible(Element.F32_2(mRS)) &&
ScriptIntrinsicColorMatrix.java 230 !ain.getElement().isCompatible(Element.F32_2(mRS)) &&
242 !aout.getElement().isCompatible(Element.F32_2(mRS)) &&
ScriptIntrinsicBLAS.java 384 * @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);
    [all...]
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
IntrinsicBLAS.java 82 mMatrixC.add(Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), x, y)));
132 if (e.isCompatible(Element.F32(mRS)) || e.isCompatible(Element.F32_2(mRS))) {
255 } else if (elemA.isCompatible(Element.F32_2(mRS))) {
430 Allocation matrixAC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), mBLASData.dN, mBLASData.dM));
431 Allocation vectorXC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), mBLASData.dN, 1));
432 Allocation vectorYC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), mBLASData.dM, 1));
439 Allocation vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), mBLASData.dM, 1));
449 vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), mBLASData.dN, 1));
465 vectorXC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), dimX, 1));
466 vectorYC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), dimY, 1))
    [all...]
  /frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
UT_global.java 77 test(Element.F32_2(RS), () -> {
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 107 passed &= (Element::F32_2(mRS) != nullptr);
174 sp<const Element> F32_2 = Element::F32_2(mRS);
203 sp<const Element> ElementArrs[] = { ALLOCATION, BOOLEAN, ELEMENT, F32, F32_2,
243 eb->add(Element::F32_2(mRS), "F32_2", arraySize);
rs_jni_type.cpp 77 passed &= testTypeBuilderHelper(mRS, Element::F32_2(mRS));
rs_jni_foreach.cpp 185 // F32_2
186 t = Type::create(mRS, Element::F32_2(mRS), x, 0, 0);
188 t = Type::create(mRS, Element::F32_2(mRS), x, 0, 0);
  /frameworks/rs/cpp/
ScriptIntrinsicBLAS.cpp 237 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);
    [all...]
ScriptIntrinsics.cpp 272 !(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/
FindRegion.java 68 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/
VrState.java 91 Type.Builder b = new Type.Builder(mRs, Element.F32_2(mRs));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 72 assertTrue(Element.F32_2(mRS) != null);
194 Element[] F32_2 = { Element.F32_2(mRS),
248 F32, F32_2, F32_3, F32_4,
289 eb.add(Element.F32_2(mRS), "F32_2", arraySize);
359 assertFalse(Element.F32_2(mRS).isComplex());
  /frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
BallsRS.java 120 mGridCache = Allocation.createSized(mRS, Element.F32_2(mRS), PART_COUNT);

Completed in 1078 milliseconds

1 2 3