Searched refs:half4 (Results 1 – 6 of 6) sorted by relevance
81 half4 abs(half4);148 half4 acos(half4);226 bool all(half4);360 bool any(half4);463 half4 asin(half4);493 half4 atan(half4);525 half4 atan2(half4 y, half4 x);556 half4 ceil(half4);593 half4 clamp(half4, half4, half4);713 half4 cos(half4);[all …]
205 const inline half4 dst(half4 Src0, half4 Src1) { in dst()400 const inline half4 lit(half NDotL, half NDotH, half M) { in lit()
92 typedef vector<half, 4> half4; typedef
5495 uchar4 __ovld __cnfn convert_uchar4(half4);5496 uchar4 __ovld __cnfn convert_uchar4_rte(half4);5497 uchar4 __ovld __cnfn convert_uchar4_rtp(half4);5498 uchar4 __ovld __cnfn convert_uchar4_rtn(half4);5499 uchar4 __ovld __cnfn convert_uchar4_rtz(half4);5500 uchar4 __ovld __cnfn convert_uchar4_sat(half4);5501 uchar4 __ovld __cnfn convert_uchar4_sat_rte(half4);5502 uchar4 __ovld __cnfn convert_uchar4_sat_rtp(half4);5503 uchar4 __ovld __cnfn convert_uchar4_sat_rtn(half4);5504 uchar4 __ovld __cnfn convert_uchar4_sat_rtz(half4);[all …]
218 typedef half half4 __attribute__((ext_vector_type(4))); typedef655 #define as_half4(x) __builtin_astype((x), half4)
297 // Postfix h indicates the 4/5-th arguments are half4.