Searched refs:F16 (Results 1 - 11 of 11) sorted by relevance

/frameworks/rs/tests/cpp_api/cppf16/
H A Dcompute.cpp34 sp<const Element> half = Element::F16(rs);
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUT_fp16.java59 initializeGlobals(RS, s, Element.F16(RS), nDims);
69 initializeGlobals(RS, s, Element.F16(RS), nDims);
/frameworks/rs/cpp/
H A DElement.cpp90 CREATE_USER(F16, FLOAT_16);
143 CREATE_VECTOR(F16, FLOAT_16);
H A DrsCppStructs.h481 sp<const Element> F16; member in struct:android::RSC::RS::__anon1962
1061 static sp<const Element> F16(const sp<RS> &rs);
/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp259 mHalfAllocation = Allocation::createSized(mRS, Element::F16(mRS), mAllocSize);
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java311 mHalfAllocation = Allocation.createSized(mRS, Element.F16(mRS), mAllocSize);
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp263 mHalfAllocation = Allocation::createSized(mRS, Element::F16(mRS), mAllocSize);
/frameworks/base/rs/java/android/renderscript/
H A DElement.java426 public static Element F16(RenderScript rs) { method in class:Element
/frameworks/compile/slang/tests/P_reduce_general_result/
H A DScriptC_reduce_general_result.java.expect39 __F16 = Element.F16(rs);
2740 throw new RSRuntimeException("Type mismatch with F16!");
2847 throw new RSRuntimeException("Type mismatch with F16!");
/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptC_reduce_general_input.java.expect40 __F16 = Element.F16(rs);
173 throw new RSRuntimeException("Type mismatch with F16!");
206 throw new RSRuntimeException("Type mismatch with F16!");
239 throw new RSRuntimeException("Type mismatch with F16!");
272 throw new RSRuntimeException("Type mismatch with F16!");
305 throw new RSRuntimeException("Type mismatch with F16!");
338 throw new RSRuntimeException("Type mismatch with F16!");
371 throw new RSRuntimeException("Type mismatch with F16!");
404 throw new RSRuntimeException("Type mismatch with F16!");
437 throw new RSRuntimeException("Type mismatch with F16!");
[all...]
/frameworks/compile/slang/tests/P_reduce_general_inputs/
H A DScriptC_reduce_general_inputs.java.expect40 __F16 = Element.F16(rs);
160 throw new RSRuntimeException("Type mismatch with F16!");
164 throw new RSRuntimeException("Type mismatch with F16!");
224 throw new RSRuntimeException("Type mismatch with F16!");
228 throw new RSRuntimeException("Type mismatch with F16!");
292 throw new RSRuntimeException("Type mismatch with F16!");
360 throw new RSRuntimeException("Type mismatch with F16!");
428 throw new RSRuntimeException("Type mismatch with F16!");
496 throw new RSRuntimeException("Type mismatch with F16!");
560 throw new RSRuntimeException("Type mismatch with F16!");
[all...]

Completed in 284 milliseconds