HomeSort by relevance Sort by last modified time
    Searched refs:F16_4 (Results 1 - 9 of 9) sorted by null

  /frameworks/rs/tests/cppf16/
compute.cpp 31 sp<const Element> half4 = Element::F16_4(rs);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_fp16.java 96 initializeGlobals(RS, s, Element.F16_4(RS), nDims);
102 initializeGlobals(RS, s, Element.F16_4(RS), nDims);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 191 Element[] F16_4 = { Element.F16_4(mRS),
247 F16, F16_2, F16_3, F16_4,
287 eb.add(Element.F16_4(mRS), "F16_4", arraySize);
357 assertFalse(Element.F16_4(mRS).isComplex());
AllocationTest.java 121 createTypedHelper(Element.F16_4(mRS));
164 createSizedHelper(Element.F16_4(mRS));
  /frameworks/base/rs/java/android/renderscript/
Element.java 668 public static Element F16_4(RenderScript rs) {
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 484 sp<const Element> F16_4;
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_result/
ScriptC_reduce_general_result.java.expect 41 __F16_4 = Element.F16_4(rs);
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_input/
ScriptC_reduce_general_input.java.expect 42 __F16_4 = Element.F16_4(rs);
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_inputs/
ScriptC_reduce_general_inputs.java.expect 42 __F16_4 = Element.F16_4(rs);
432 throw new RSRuntimeException("Type mismatch with F16_4!");
500 throw new RSRuntimeException("Type mismatch with F16_4!");
    [all...]

Completed in 3026 milliseconds