/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/java/tests/RSTest_CompatLib/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/java/tests/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/java/tests/RsTest/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/support/v8/renderscript/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...] |
/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 | 229 validateGEMV(mRS, Element::F32_2(mRS), TransA, A, X, incX, Y, incY); 284 validateGEMV(mRS, Element::F32_2(mRS), TransA, A, X, incX, Y, incY); 386 validateTRMV(mRS, Element::F32_2(mRS), Uplo, TransA, Diag, A, X, incX); 434 validateTRMV(mRS, Element::F32_2(mRS), Uplo, TransA, Diag, A, X, incX); 472 int N = validateTPMV(mRS, Element::F32_2(mRS), Uplo, TransA, Diag, Ap, X, incX); 510 validateTRMV(mRS, Element::F32_2(mRS), Uplo, TransA, Diag, A, X, incX); 558 validateTRMV(mRS, Element::F32_2(mRS), Uplo, TransA, Diag, A, X, incX); 602 int N = validateTPMV(mRS, Element::F32_2(mRS), Uplo, TransA, Diag, Ap, X, incX); [all...] |
ScriptIntrinsics.cpp | 262 !(in->getType()->getElement()->isCompatible(Element::F32_2(mRS))) && 274 !(out->getType()->getElement()->isCompatible(Element::F32_2(mRS))) && 344 !(e->isCompatible(Element::F32_2(rs))) && 385 !(e->isCompatible(Element::F32_2(rs))) && 596 !(ain->getType()->getElement()->isCompatible(Element::F32_2(mRS))) &&
|
/frameworks/rs/java/tests/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());
|
TypeTest.java | 54 testTypeBuilderHelper(Element.F32_2(mRS));
|
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/ |
BallsRS.java | 120 mGridCache = Allocation.createSized(mRS, Element.F32_2(mRS), PART_COUNT);
|
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/ |
FindRegion.java | 94 border_coords_float = Allocation.createSized(mRs, Element.F32_2(mRs), mPointsXY.length / 2);
|