Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 D__clang_cuda_runtime_wrapper.h444 __device__ inline __cuda_builtin_threadIdx_t::operator uint3() const { in uint3() function
452 __device__ inline __cuda_builtin_blockIdx_t::operator uint3() const { in uint3() function
460 __device__ inline __cuda_builtin_blockDim_t::operator uint3() const { in uint3() function
468 __device__ inline __cuda_builtin_gridDim_t::operator uint3() const { in uint3() function
485 #define uint3 __cuda_builtin_threadIdx_t macro
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.h188 typedef uint uint3 __attribute__((ext_vector_type(3))); typedef
591 #define as_uint3(x) __builtin_astype((x), uint3)
/openbsd-src/gnu/llvm/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h43 typedef vector<uint, 3> uint3; typedef