Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h34 half4 abs(half4);
83 half4 ceil(half4);
113 half4 floor(half4);
142 half4 cos(half4);
171 half4 sin(half4);
201 half4 trunc(half4);
H A Dhlsl_basic_types.h55 typedef vector<half, 4> half4; typedef
/openbsd-src/gnu/llvm/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.h211 typedef half half4 __attribute__((ext_vector_type(4))); typedef
630 #define as_half4(x) __builtin_astype((x), half4)
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DBuiltinsAMDGPU.def263 // Postfix h indicates the 4/5-th arguments are half4.