Searched refs:half3 (Results 1 – 4 of 4) sorted by relevance
78 half3 abs(half3);145 half3 acos(half3);223 bool all(half3);357 bool any(half3);460 half3 asin(half3);490 half3 atan(half3);522 half3 atan2(half3 y, half3 x);553 half3 ceil(half3);590 half3 clamp(half3, half3, half3);710 half3 cos(half3);[all …]
91 typedef vector<half, 3> half3; typedef
5485 uchar3 __ovld __cnfn convert_uchar3(half3);5486 uchar3 __ovld __cnfn convert_uchar3_rte(half3);5487 uchar3 __ovld __cnfn convert_uchar3_rtp(half3);5488 uchar3 __ovld __cnfn convert_uchar3_rtn(half3);5489 uchar3 __ovld __cnfn convert_uchar3_rtz(half3);5490 uchar3 __ovld __cnfn convert_uchar3_sat(half3);5491 uchar3 __ovld __cnfn convert_uchar3_sat_rte(half3);5492 uchar3 __ovld __cnfn convert_uchar3_sat_rtp(half3);5493 uchar3 __ovld __cnfn convert_uchar3_sat_rtn(half3);5494 uchar3 __ovld __cnfn convert_uchar3_sat_rtz(half3);[all …]
217 typedef half half3 __attribute__((ext_vector_type(3))); typedef654 #define as_half3(x) __builtin_astype((x), half3)