Home
last modified time | relevance | path

Searched defs:half2 (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dfp16.rs16 static half2 ElementAt_half2(int x, int y, int z) { constant
/frameworks/rs/tests/cppf16/
Dcompute.cpp29 sp<const Element> half2 = Element::F16_2(rs); in main() local
/frameworks/compile/slang/tests/P_reduce_general_result/
Dreduce_general_result.rs19 static void my_half2_comb(half2 *accum, const half2 *other) { } constant
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
Dreduce_general_accumulator.rs36 static void my_half2_comb(half2 *accum, const half2 *other) { } constant
37 static void my_half2_out(int *out, const half2 *accum) { } constant
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp39 typedef half half2 __attribute__((ext_vector_type(2))); typedef