Searched defs:uint2 (Results 1 – 6 of 6) sorted by relevance
22 typedef __attribute__(( ext_vector_type(2) )) unsigned int uint2; typedef
624 typedef unsigned int uint2 __attribute__((ext_vector_type(2))); in nvvm_ldg() typedef
41 typedef vector<uint, 2> uint2; typedef
73 struct uint2 { struct75 __host__ __device__ uint2(unsigned x = 0, unsigned y = 0) : x(x), y(y) {} in x() argument
55 typedef __attribute__((ext_vector_type(2))) uint uint2; typedef
168 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef