Home
last modified time | relevance | path

Searched refs:F32 (Results 1 – 25 of 54) sorted by relevance

123

/frameworks/rs/tests/lldb/java/SingleSource/src/com/android/rs/singlesource/
DMainActivity.java51 mAllocIn1 = Allocation.createSized(mRS, Element.F32(mRS), 4); in onCreate()
56 mAllocIn2 = Allocation.createSized(mRS, Element.F32(mRS), 4); in onCreate()
61 mAllocOut = Allocation.createSized(mRS, Element.F32(mRS), 4); in onCreate()
64 mScript.set_global_alloc(Allocation.createSized(mRS, Element.F32(mRS), 4)); in onCreate()
/frameworks/rs/tests/cpp_api/typecheck/
Dtypecheck.cpp59 TEST_ELEM(ENAME, F32) \
71 TEST_ELEM_ALL(F32) in TEST_ELEM_ALL()
100 EXECUTE_TEST_ELEM_ALL(F32); in TEST_ELEM_ALL()
/frameworks/rs/tests/java_api/MathErr/src/com/example/android/rs/matherr/
DMathErr.java40 mAllocationSrc = Allocation.createSized(rs, Element.F32(rs), BUF_SIZE); in MathErr()
41 mAllocationRes = Allocation.createSized(rs, Element.F32(rs), BUF_SIZE); in MathErr()
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DSGEMMTest.java145 Type.Builder builder = new Type.Builder(mRS, Element.F32(mRS)); in setTestSmall()
200 Type.Builder builder = new Type.Builder(mRS, Element.F32(mRS)); in setTestMedium()
248 Type.Builder builder = new Type.Builder(mRS, Element.F32(mRS)); in setTestLarge()
DGoogLeNet.java156 e = Element.F32(mRS); in setTest()
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicColorMatrix.java249 !ain.getElement().isCompatible(Element.F32(mRS)) && in forEach()
261 !aout.getElement().isCompatible(Element.F32(mRS)) && in forEach()
DScriptIntrinsicBLAS.java321 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV()
419 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGBMV()
604 validateTRMV(Element.F32(mRS), Uplo, TransA, Diag, A, X, incX); in STRMV()
692 validateTRMV(Element.F32(mRS), Uplo, TransA, Diag, A, X, incX); in STBMV()
812 int N = validateTPMV(Element.F32(mRS), Uplo, TransA, Diag, Ap, X, incX); in STPMV()
909 validateTRMV(Element.F32(mRS), Uplo, TransA, Diag, A, X, incX); in STRSV()
1001 validateTRMV(Element.F32(mRS), Uplo, TransA, Diag, A, X, incX); in STBSV()
1125 int N = validateTPMV(Element.F32(mRS), Uplo, TransA, Diag, Ap, X, incX); in STPSV()
1433 int N = validateSYMV(Element.F32(mRS), Uplo, A, X, Y, incX, incY); in SSYMV()
1465 int N = validateSYMV(Element.F32(mRS), Uplo, A, X, Y, incX, incY); in SSBMV()
[all …]
DScriptIntrinsicResize.java58 !e.isCompatible(Element.F32(mRS)) && in setInput()
DScriptIntrinsicConvolve5x5.java56 !e.isCompatible(Element.F32(rs)) && in create()
DScriptIntrinsicConvolve3x3.java55 !e.isCompatible(Element.F32(rs)) && in create()
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicColorMatrix.java229 !ain.getElement().isCompatible(Element.F32(mRS)) &&
241 !aout.getElement().isCompatible(Element.F32(mRS)) &&
DScriptIntrinsicResize.java68 !e.isCompatible(Element.F32(mRS)) &&
DScriptIntrinsicConvolve5x5.java60 !e.isCompatible(Element.F32(rs)) && in create()
DScriptIntrinsicConvolve3x3.java59 !e.isCompatible(Element.F32(rs)) && in create()
DScriptIntrinsicBLAS.java328 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV()
466 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGBMV()
691 validateTRMV(Element.F32(mRS), Uplo, TransA, Diag, A, X, incX); in STRMV()
811 validateTRMV(Element.F32(mRS), Uplo, TransA, Diag, A, X, incX); in STBMV()
963 int N = validateTPMV(Element.F32(mRS), Uplo, TransA, Diag, Ap, X, incX); in STPMV()
1092 validateTRMV(Element.F32(mRS), Uplo, TransA, Diag, A, X, incX); in STRSV()
1216 validateTRMV(Element.F32(mRS), Uplo, TransA, Diag, A, X, incX); in STBSV()
1372 int N = validateTPMV(Element.F32(mRS), Uplo, TransA, Diag, Ap, X, incX); in STPSV()
1712 int N = validateSYMV(Element.F32(mRS), Uplo, A, X, Y, incX, incY); in SSYMV()
1754 int N = validateSYMV(Element.F32(mRS), Uplo, A, X, Y, incX, incY); in SSBMV()
[all …]
/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp215 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV()
260 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY); in SGBMV()
376 validateTRMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, A, X, incX); in STRMV()
416 validateTRMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, A, X, incX); in STBMV()
464 int N = validateTPMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, Ap, X, incX); in STPMV()
497 validateTRMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, A, X, incX); in STRSV()
540 validateTRMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, A, X, incX); in STBSV()
592 int N = validateTPMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, Ap, X, incX); in STPSV()
835 int N = validateSYMV(mRS, Element::F32(mRS), Uplo, A, X, Y, incX, incY); in SSYMV()
847 int N = validateSYMV(mRS, Element::F32(mRS), Uplo, A, X, Y, incX, incY); in SSBMV()
[all …]
DScriptIntrinsics.cpp271 !(in->getType()->getElement()->isCompatible(Element::F32(mRS))) && in forEach()
283 !(out->getType()->getElement()->isCompatible(Element::F32(mRS))) && in forEach()
353 !(e->isCompatible(Element::F32(rs))) && in create()
394 !(e->isCompatible(Element::F32(rs))) && in create()
605 !(ain->getType()->getElement()->isCompatible(Element::F32(mRS))) && in setInput()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_script_group2_float.java45 Allocation input = Allocation.createSized(pRS, Element.F32(pRS), ARRAY_SIZE); in run()
DUT_alloc_copy.java194 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32(mRS)); in allocation_copy1DRangeTo_Float()
394 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32(mRS)); in allocation_copy2DRangeTo_Float()
589 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32(mRS)); in allocation_copy1DRangeToUnchecked_Float()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/
DKernelDataForRenderScriptF32.java59 Element.F32(renderScript), kernelStack.length); in KernelDataForRenderScriptF32()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_script_group2_float.java47 Allocation input = Allocation.createSized(pRS, Element.F32(pRS), ARRAY_SIZE); in run()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/
DKernelDataForRenderScriptd1new.java61 Element.F32(renderScript), kernelStack.length); in KernelDataForRenderScriptd1new()
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
DScriptC_reduce_general_examples_explicit.java.expect43 __F32 = Element.F32(rs);
305 throw new RSRuntimeException("Type mismatch with F32!");
309 throw new RSRuntimeException("Type mismatch with F32!");
/frameworks/compile/slang/tests/P_reduce_general_examples/
DScriptC_reduce_general_examples.java.expect43 __F32 = Element.F32(rs);
310 throw new RSRuntimeException("Type mismatch with F32!");
314 throw new RSRuntimeException("Type mismatch with F32!");
359 throw new RSRuntimeException("Type mismatch with F32!");
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/
DScriptC_reduce_general_examples_backward.java.expect43 __F32 = Element.F32(rs);
310 throw new RSRuntimeException("Type mismatch with F32!");
314 throw new RSRuntimeException("Type mismatch with F32!");
359 throw new RSRuntimeException("Type mismatch with F32!");

123