Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_builtin_vars.h14 struct uint3;
59 __attribute__((device)) operator uint3() const;
72 __attribute__((device)) operator uint3() const;
85 __attribute__((device)) operator uint3() const;
98 __attribute__((device)) operator uint3() const;
H A Dopencl-c.h1626 char3 __ovld __cnfn convert_char3_rte(uint3);
1627 char3 __ovld __cnfn convert_char3_sat_rte(uint3);
1628 char3 __ovld __cnfn convert_char3_rtz(uint3);
1629 char3 __ovld __cnfn convert_char3_sat_rtz(uint3);
1630 char3 __ovld __cnfn convert_char3_rtp(uint3);
1631 char3 __ovld __cnfn convert_char3_sat_rtp(uint3);
1632 char3 __ovld __cnfn convert_char3_rtn(uint3);
1633 char3 __ovld __cnfn convert_char3_sat_rtn(uint3);
1634 char3 __ovld __cnfn convert_char3(uint3);
1635 char3 __ovld __cnfn convert_char3_sat(uint3);
[all …]
H A Dopencl-c-base.h193 typedef uint uint3 __attribute__((ext_vector_type(3))); typedef
603 #define as_uint3(x) __builtin_astype((x), uint3)
/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h210 bool all(uint3);
322 bool any(uint3);
519 uint3 clamp(uint3, uint3, uint3);
693 uint dot(uint3, uint3);
1075 uint3 mad(uint3, uint3, uint3);
1179 uint3 max(uint3, uint3);
1283 uint3 min(uint3, uint3);
1382 uint3 reversebits(uint3);
H A Dhlsl_basic_types.h52 typedef vector<uint, 3> uint3; typedef