Searched defs:uint3 (Results 1 – 6 of 6) sorted by relevance
273 __device__ inline __cuda_builtin_threadIdx_t::operator uint3() const { in uint3() function281 __device__ inline __cuda_builtin_blockIdx_t::operator uint3() const { in uint3() function309 #define uint3 __cuda_builtin_threadIdx_t macro
104 typedef uint uint3 __attribute__((ext_vector_type(3))); typedef
63 typedef uint uint3 __attribute__((ext_vector_type(3))); typedef
205 using uint3 = vec3<unsigned int>; typedef
193 using uint3 = Vec3<uint32_t>; variable
78 using uint3 = PerLane<unsigned int, 3>; typedef