Searched defs:half4 (Results 1 – 6 of 6) sorted by relevance
6 typedef __fp16 half4 __attribute__ ((vector_size (8))); typedef
3 typedef __fp16 half4 __attribute__ ((vector_size (8))); global() typedef
43 struct half4 { struct 50 struct half4 h4(_Float16 a, _Float16 b, _Float16 c, _Float16 d) { in h4() argument
63 typedef vector<half, 4> half4; global() typedef
216 typedef half half4 __attribute__((ext_vector_type(4))); global() typedef