Home
last modified time | relevance | path

Searched refs:half3 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_alias_intrinsics.h78 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 …]
H A Dhlsl_basic_types.h91 typedef vector<half, 3> half3; typedef
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h5485 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 …]
H A Dopencl-c-base.h217 typedef half half3 __attribute__((ext_vector_type(3))); typedef
654 #define as_half3(x) __builtin_astype((x), half3)