Searched defs:half4 (Results 1 – 5 of 5) sorted by relevance
28 static half4 ElementAt_half4(int x, int y, int z) { variable
31 sp<const Element> half4 = Element::F16_4(rs); in main() local
23 static void my_half4_comb(half4 *accum, const half4 *other) { } constant
41 static void my_half4_comb(half4 *accum, const half4 *other) { } constant42 static void my_half4_out(int *out, const half4 *accum) { } constant
41 typedef half half4 __attribute__((ext_vector_type(4))); typedef