Searched refs:uint3 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_builtin_vars.h14 struct uint3;
56 // threadIdx should be convertible to uint3 (in fact in nvcc, it *is* a
57 // uint3). This function is defined after we pull in vector_types.h.
58 __attribute__((device)) operator uint3() const;
67 // blockIdx should be convertible to uint3 (in fact in nvcc, it *is* a
68 // uint3). This function is defined after we pull in vector_types.h.
69 __attribute__((device)) operator uint3() const;
H A D__clang_cuda_runtime_wrapper.h369 // come after we've pulled in the definition of uint3 and dim3.
371 __device__ inline __cuda_builtin_threadIdx_t::operator uint3() const {
372 uint3 ret;
379 __device__ inline __cuda_builtin_blockIdx_t::operator uint3() const {
380 uint3 ret;
400 // mode, giving them their "proper" types of dim3 and uint3. This is
403 // redefine dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are
406 #pragma push_macro("uint3")
408 #define uint3 __cuda_builtin_threadIdx_ macro
[all...]
H A Dopencl-c.h1622 char3 __ovld __cnfn convert_char3_rte(uint3);
1623 char3 __ovld __cnfn convert_char3_sat_rte(uint3);
1624 char3 __ovld __cnfn convert_char3_rtz(uint3);
1625 char3 __ovld __cnfn convert_char3_sat_rtz(uint3);
1626 char3 __ovld __cnfn convert_char3_rtp(uint3);
1627 char3 __ovld __cnfn convert_char3_sat_rtp(uint3);
1628 char3 __ovld __cnfn convert_char3_rtn(uint3);
1629 char3 __ovld __cnfn convert_char3_sat_rtn(uint3);
1630 char3 __ovld __cnfn convert_char3(uint3);
1631 char3 __ovld __cnfn convert_char3_sat(uint3);
[all...]
H A Dopencl-c-base.h91 typedef uint uint3 __attribute__((ext_vector_type(3))); typedef

Completed in 69 milliseconds