Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dfp16.rs28 static half4 ElementAt_half4(int x, int y, int z) { variable
/frameworks/rs/tests/cppf16/
Dcompute.cpp31 sp<const Element> half4 = Element::F16_4(rs); in main() local
/frameworks/compile/slang/tests/P_reduce_general_result/
Dreduce_general_result.rs23 static void my_half4_comb(half4 *accum, const half4 *other) { } constant
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
Dreduce_general_accumulator.rs41 static void my_half4_comb(half4 *accum, const half4 *other) { } constant
42 static void my_half4_out(int *out, const half4 *accum) { } constant
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp41 typedef half half4 __attribute__((ext_vector_type(4))); typedef