/frameworks/rs/tests/lldb/java/SingleSource/src/com/android/rs/singlesource/ |
D | MainActivity.java | 51 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/ |
D | typecheck.cpp | 59 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/ |
D | MathErr.java | 40 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/ |
D | SGEMMTest.java | 145 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()
|
D | GoogLeNet.java | 156 e = Element.F32(mRS); in setTest()
|
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicColorMatrix.java | 249 !ain.getElement().isCompatible(Element.F32(mRS)) && in forEach() 261 !aout.getElement().isCompatible(Element.F32(mRS)) && in forEach()
|
D | ScriptIntrinsicBLAS.java | 321 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 …]
|
D | ScriptIntrinsicResize.java | 58 !e.isCompatible(Element.F32(mRS)) && in setInput()
|
D | ScriptIntrinsicConvolve5x5.java | 56 !e.isCompatible(Element.F32(rs)) && in create()
|
D | ScriptIntrinsicConvolve3x3.java | 55 !e.isCompatible(Element.F32(rs)) && in create()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicColorMatrix.java | 229 !ain.getElement().isCompatible(Element.F32(mRS)) && 241 !aout.getElement().isCompatible(Element.F32(mRS)) &&
|
D | ScriptIntrinsicResize.java | 68 !e.isCompatible(Element.F32(mRS)) &&
|
D | ScriptIntrinsicConvolve5x5.java | 60 !e.isCompatible(Element.F32(rs)) && in create()
|
D | ScriptIntrinsicConvolve3x3.java | 59 !e.isCompatible(Element.F32(rs)) && in create()
|
D | ScriptIntrinsicBLAS.java | 328 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/ |
D | ScriptIntrinsicBLAS.cpp | 215 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 …]
|
D | ScriptIntrinsics.cpp | 271 !(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/ |
D | UT_script_group2_float.java | 45 Allocation input = Allocation.createSized(pRS, Element.F32(pRS), ARRAY_SIZE); in run()
|
D | UT_alloc_copy.java | 194 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/ |
D | KernelDataForRenderScriptF32.java | 59 Element.F32(renderScript), kernelStack.length); in KernelDataForRenderScriptF32()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_script_group2_float.java | 47 Allocation input = Allocation.createSized(pRS, Element.F32(pRS), ARRAY_SIZE); in run()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/ |
D | KernelDataForRenderScriptd1new.java | 61 Element.F32(renderScript), kernelStack.length); in KernelDataForRenderScriptd1new()
|
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/ |
D | ScriptC_reduce_general_examples_explicit.java.expect | 43 __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/ |
D | ScriptC_reduce_general_examples.java.expect | 43 __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/ |
D | ScriptC_reduce_general_examples_backward.java.expect | 43 __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!");
|