HomeSort by relevance Sort by last modified time
    Searched full:f16_2 (Results 1 - 17 of 17) 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);
  /frameworks/base/docs/html/sdk/api_diff/23/changes/
android.renderscript.Element.html 94 <nobr><code>Element</code>&nbsp;<A HREF="../../../../reference/android/renderscript/Element.html#F16_2(android.renderscript.RenderScript)" target="_top"><code>F16_2</code></A>(<code>RenderScript</code>)</nobr>
alldiffs_index_additions.html     [all...]
alldiffs_index_all.html     [all...]
methods_index_additions.html 361 <nobr><A HREF="android.renderscript.Element.html#android.renderscript.Element.F16_2_added(android.renderscript.RenderScript)" class="hiddenlink" target="rightframe"><b>F16_2</b>
    [all...]
methods_index_all.html     [all...]
  /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));
  /external/clang/test/CodeGen/
tbaa-class.cpp 14 uint16_t f16_2; member in class:StructA
49 uint16_t f16_2; member in class:StructS2
tbaa.cpp 13 uint16_t f16_2; member in struct:__anon8210
  /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...]
  /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/base/rs/java/android/renderscript/
Element.java 646 public static Element F16_2(RenderScript rs) {
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_result/
ScriptC_reduce_general_result.java.expect 40 __F16_2 = Element.F16_2(rs);
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 482 sp<const Element> F16_2;
    [all...]

Completed in 278 milliseconds