Searched defs:uint2 (Results 1 – 10 of 10) sorted by relevance
23 typedef __attribute__(( ext_vector_type(2) )) unsigned int uint2; typedef
355 typedef unsigned int uint2 __attribute__((ext_vector_type(2))); in nvvm_ldg() typedef
62 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
140 const uint32_t uint2 = 0x98765432; in testOverwriteT() local
197 using uint2 = vec2<unsigned int>; typedef
184 using uint2 = Vec2<uint32_t>; variable
234 uint2 = ArgumentDescriptor( variable
245 uint2 = ArgumentDescriptor( variable
103 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
77 using uint2 = PerLane<unsigned int, 2>; typedef