[go: nahoru, domu]

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

12

/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
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/support/v8/renderscript/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/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/java/tests/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/java/tests/Refocus/src/com/android/rs/test/d1new/
H A DKernelDataForRenderScriptd1new.java61 Element.F32(renderScript), kernelStack.length);
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/f32/
H A DKernelDataForRenderScriptF32.java59 Element.F32(renderScript), kernelStack.length);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_script_group2_float.java48 Allocation input = Allocation.createSized(pRS, Element.F32(pRS), ARRAY_SIZE);
/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp207 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY);
252 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY);
368 validateTRMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, A, X, incX);
408 validateTRMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, A, X, incX);
456 int N = validateTPMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, Ap, X, incX);
489 validateTRMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, A, X, incX);
532 validateTRMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, A, X, incX);
584 int N = validateTPMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, Ap, X, incX);
827 int N = validateSYMV(mRS, Element::F32(mRS), Uplo, A, X, Y, incX, incY);
839 int N = validateSYMV(mRS, Element::F32(mR
[all...]
H A DScriptIntrinsics.cpp261 !(in->getType()->getElement()->isCompatible(Element::F32(mRS))) &&
273 !(out->getType()->getElement()->isCompatible(Element::F32(mRS))) &&
343 !(e->isCompatible(Element::F32(rs))) &&
384 !(e->isCompatible(Element::F32(rs))) &&
595 !(ain->getType()->getElement()->isCompatible(Element::F32(mRS))) &&
H A DElement.cpp92 CREATE_USER(F32, FLOAT_32);
145 CREATE_VECTOR(F32, FLOAT_32);
/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");
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
H A DScriptC_reduce_general_examples_explicit.java.expect40 __F32 = Element.F32(rs);
302 throw new RSRuntimeException("Type mismatch with F32!");
306 throw new RSRuntimeException("Type mismatch with F32!");
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A DFindRegion.java107 Type.Builder builderF32 = new Type.Builder(mRs, Element.F32(mRs));

Completed in 514 milliseconds

12