Home
last modified time | relevance | path

Searched refs:half4 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_alias_intrinsics.h81 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 …]
H A Dhlsl_intrinsics.h205 const inline half4 dst(half4 Src0, half4 Src1) { in dst()
400 const inline half4 lit(half NDotL, half NDotH, half M) { in lit()
H A Dhlsl_basic_types.h92 typedef vector<half, 4> half4; typedef
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h5495 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 …]
H A Dopencl-c-base.h218 typedef half half4 __attribute__((ext_vector_type(4))); typedef
655 #define as_half4(x) __builtin_astype((x), half4)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsAMDGPU.def297 // Postfix h indicates the 4/5-th arguments are half4.