Searched defs:uint2 (Results 1 – 7 of 7) sorted by relevance
22 typedef __attribute__(( ext_vector_type(2) )) unsigned int uint2; typedef
657 typedef unsigned int uint2 __attribute__((ext_vector_type(2))); nvvm_ldg() typedef 765 typedef unsigned int uint2 __attribute__((ext_vector_type(2))); nvvm_ldu() typedef
51 typedef vector<uint, 2> uint2; global() typedef
73 struct uint2 { struct75 __host__ __device__ uint2(unsigned x = 0, unsigned y = 0) : x(x), y(y) {} in x() argument
473 typedef unsigned uint2 __attribute__((vector_size(2 * sizeof(unsigned)))); typedef
192 typedef uint uint2 __attribute__((ext_vector_type(2))); global() typedef