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_intrinsics.h69 half3 abs(half3);
124 half3 acos(half3);
181 bool all(half3);
293 bool any(half3);
376 half3 asin(half3);
404 half3 atan(half3);
435 half3 ceil(half3);
472 half3 clamp(half3, half3, half3);
575 half3 cos(half3);
603 half3 cosh(half3);
[all …]
H A Dhlsl_basic_types.h62 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.h215 typedef half half3 __attribute__((ext_vector_type(3))); typedef
641 #define as_half3(x) __builtin_astype((x), half3)