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

12

/frameworks/rs/tests/lldb/java/SingleSource/src/com/android/rs/singlesource/
H A DMainActivity.java51 mAllocIn1 = Allocation.createSized(mRS, Element.F32(mRS), 4);
56 mAllocIn2 = Allocation.createSized(mRS, Element.F32(mRS), 4);
61 mAllocOut = Allocation.createSized(mRS, Element.F32(mRS), 4);
64 mScript.set_global_alloc(Allocation.createSized(mRS, Element.F32(mRS), 4));
/frameworks/rs/tests/cpp_api/typecheck/
H A Dtypecheck.cpp59 TEST_ELEM(ENAME, F32) \
71 TEST_ELEM_ALL(F32)
100 EXECUTE_TEST_ELEM_ALL(F32);
/frameworks/rs/tests/java_api/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
55 !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...]
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicConvolve3x3.java38 * {@link Element#F32}, {@link Element#F32_2}, {@link
59 !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...]
/frameworks/rs/tests/java_api/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));
H A DGoogLeNet.java155 // SGEMM uses F32 Element.
156 e = Element.F32(mRS);
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
H A DUT_multi_input.java40 Type.Builder floatBuilder = new Type.Builder(RS, Element.F32(RS));
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_script_group2_float.java48 Allocation input = Allocation.createSized(pRS, Element.F32(pRS), ARRAY_SIZE);
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/
H A DKernelDataForRenderScriptd1new.java61 Element.F32(renderScript), kernelStack.length);
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/
H A DKernelDataForRenderScriptF32.java59 Element.F32(renderScript), kernelStack.length);
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUT_script_group2_float.java46 Allocation input = Allocation.createSized(pRS, Element.F32(pRS), ARRAY_SIZE);
/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp215 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY);
260 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY);
376 validateTRMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, A, X, incX);
416 validateTRMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, A, X, incX);
464 int N = validateTPMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, Ap, X, incX);
497 validateTRMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, A, X, incX);
540 validateTRMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, A, X, incX);
592 int N = validateTPMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, Ap, X, incX);
835 int N = validateSYMV(mRS, Element::F32(mRS), Uplo, A, X, Y, incX, incY);
847 int N = validateSYMV(mRS, Element::F32(mR
[all...]
H A DScriptIntrinsics.cpp271 !(in->getType()->getElement()->isCompatible(Element::F32(mRS))) &&
283 !(out->getType()->getElement()->isCompatible(Element::F32(mRS))) &&
353 !(e->isCompatible(Element::F32(rs))) &&
394 !(e->isCompatible(Element::F32(rs))) &&
605 !(ain->getType()->getElement()->isCompatible(Element::F32(mRS))) &&
/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptField_MyStruct.java.expect46 eb.add(Element.F32(rs), "f");
/frameworks/compile/slang/tests/P_reduce_general_inputs/
H A DScriptField_MyStruct.java.expect46 eb.add(Element.F32(rs), "f");
/frameworks/compile/slang/tests/P_reduce_general_result/
H A DScriptField_MyStruct.java.expect46 eb.add(Element.F32(rs), "f");

Completed in 637 milliseconds

12