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

  /frameworks/rs/tests/cppf16/
compute.cpp 29 sp<const Element> half2 = Element::F16_2(rs);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_fp16.java 70 initializeGlobals(RS, s, Element.F16_2(RS), nDims);
76 initializeGlobals(RS, s, Element.F16_2(RS), nDims);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 187 Element[] F16_2 = { Element.F16_2(mRS),
247 F16, F16_2, F16_3, F16_4,
285 eb.add(Element.F16_2(mRS), "F16_2", arraySize);
355 assertFalse(Element.F16_2(mRS).isComplex());
ReduceTest.java 242 Allocation outputAllocation = Allocation.createSized(mRS, Element.F16_2(mRS), 1);
278 Allocation inputAllocation = Allocation.createSized(mRS, Element.F16_2(mRS), inputArray.length / 2);
281 Allocation outputAllocation = Allocation.createSized(mRS, Element.F16_2(mRS), 2);
AllocationTest.java 119 createTypedHelper(Element.F16_2(mRS));
162 createSizedHelper(Element.F16_2(mRS));
  /frameworks/base/rs/java/android/renderscript/
Element.java 646 public static Element F16_2(RenderScript rs) {
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 482 sp<const Element> F16_2;
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_result/
ScriptC_reduce_general_result.java.expect 40 __F16_2 = Element.F16_2(rs);
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_input/
ScriptC_reduce_general_input.java.expect 41 __F16_2 = Element.F16_2(rs);
705 throw new RSRuntimeException("Type mismatch with F16_2!");
742 throw new RSRuntimeException("Type mismatch with F16_2!");
779 throw new RSRuntimeException("Type mismatch with F16_2!");
816 throw new RSRuntimeException("Type mismatch with F16_2!");
853 throw new RSRuntimeException("Type mismatch with F16_2!");
890 throw new RSRuntimeException("Type mismatch with F16_2!");
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_inputs/
ScriptC_reduce_general_inputs.java.expect 41 __F16_2 = Element.F16_2(rs);
296 throw new RSRuntimeException("Type mismatch with F16_2!");
364 throw new RSRuntimeException("Type mismatch with F16_2!");
    [all...]

Completed in 98 milliseconds