Searched refs:F32 (Results 1 - 21 of 21) sorted by relevance

/frameworks/rs/tests/typecheck/
H A Dtypecheck.cpp59 TEST_ELEM(ENAME, F32) \
71 TEST_ELEM_ALL(F32)
100 EXECUTE_TEST_ELEM_ALL(F32);
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
H A DMathErr.java40 mAllocationSrc = Allocation.createSized(rs, Element.F32(rs), BUF_SIZE);
41 mAllocationRes = Allocation.createSized(rs, Element.F32(rs), BUF_SIZE);
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicConvolve5x5.java34 * {@link Element#F32}, {@link Element#F32_2}, {@link
56 !e.isCompatible(Element.F32(rs)) &&
H A DScriptIntrinsicResize.java32 * {@link Element#F32}, {@link Element#F32_2}, {@link
58 !e.isCompatible(Element.F32(mRS)) &&
H A DScriptIntrinsicConvolve3x3.java34 * {@link Element#F32}, {@link Element#F32_2}, {@link
56 !e.isCompatible(Element.F32(rs)) &&
H A DScriptIntrinsicColorMatrix.java37 * {@link Element#F32}, {@link Element#F32_2}, {@link
249 !ain.getElement().isCompatible(Element.F32(mRS)) &&
261 !aout.getElement().isCompatible(Element.F32(mRS)) &&
H A DScriptIntrinsicBLAS.java313 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32}.
314 * @param X The input allocation contains vector x, supported elements type {@link Element#F32}.
317 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32}.
321 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY);
410 * @param A The input allocation contains the band matrix A, supported elements type {@link Element#F32}.
411 * @param X The input allocation contains vector x, supported elements type {@link Element#F32}.
414 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32}.
419 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY);
599 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32}.
600 * @param X The input allocation contains vector x, supported elements type {@link Element#F32}
[all...]
H A DElement.java397 public static Element F32(RenderScript rs) { method in class:Element
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicConvolve3x3.java38 * {@link Element#F32}, {@link Element#F32_2}, {@link
60 !e.isCompatible(Element.F32(rs)) &&
H A DScriptIntrinsicConvolve5x5.java38 * {@link Element#F32}, {@link Element#F32_2}, {@link
60 !e.isCompatible(Element.F32(rs)) &&
H A DScriptIntrinsicResize.java36 * {@link Element#F32}, {@link Element#F32_2}, {@link
68 !e.isCompatible(Element.F32(mRS)) &&
H A DScriptIntrinsicColorMatrix.java229 !ain.getElement().isCompatible(Element.F32(mRS)) &&
241 !aout.getElement().isCompatible(Element.F32(mRS)) &&
H A DScriptIntrinsicBLAS.java320 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32}.
321 * @param X The input allocation contains vector x, supported elements type {@link Element#F32}.
324 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32}.
328 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY);
457 * @param A The input allocation contains the band matrix A, supported elements type {@link Element#F32}.
458 * @param X The input allocation contains vector x, supported elements type {@link Element#F32}.
461 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32}.
466 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY);
686 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32}.
687 * @param X The input allocation contains vector x, supported elements type {@link Element#F32}
[all...]
H A DElement.java394 public static Element F32(RenderScript rs) { method in class:Element
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DSGEMMTest.java145 Type.Builder builder = new Type.Builder(mRS, Element.F32(mRS));
200 Type.Builder builder = new Type.Builder(mRS, Element.F32(mRS));
248 Type.Builder builder = new Type.Builder(mRS, Element.F32(mRS));
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp263 !(in->getType()->getElement()->isCompatible(Element::F32(mRS))) &&
275 !(out->getType()->getElement()->isCompatible(Element::F32(mRS))) &&
345 !(e->isCompatible(Element::F32(rs))) &&
386 !(e->isCompatible(Element::F32(rs))) &&
597 !(ain->getType()->getElement()->isCompatible(Element::F32(mRS))) &&
H A DElement.cpp91 CREATE_USER(F32, FLOAT_32);
143 CREATE_VECTOR(F32, FLOAT_32);
H A DrsCppStructs.h212 sp<const Element> F32; member in struct:android::RSC::RS::__anon1533
788 static sp<const Element> F32(sp<RS> rs);
1668 * Applies the color matrix. Supported types are U8 and F32 with
1720 * Supported types U8 and F32 with vector lengths between 1 and
1752 * Supported types U8 and F32 with vector lengths between 1 and
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_alloc_copy.java192 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32(mRS));
392 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32(mRS));
587 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32(mRS));
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_alloc_copy.java192 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32(mRS));
392 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32(mRS));
587 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32(mRS));
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java815 element = Element.F32(mRenderScript);

Completed in 2827 milliseconds