Searched defs:uint2 (Results 1 – 15 of 15) 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
612 typedef unsigned int uint2 __attribute__((ext_vector_type(2))); in nvvm_ldg() typedef
55 typedef __attribute__((ext_vector_type(2))) uint uint2; typedef
35 using uint2 = uvec<2>; variable
129 const uint32_t uint2 = 0x98765432; in testOverwriteT() local
189 const uint32_t uint2 = 0x98765432; in testOverwriteT() local
184 using uint2 = Vec2<uint32_t>; variable
186 using uint2 = vec2<unsigned int>; typedef
234 uint2 = ArgumentDescriptor( variable
245 uint2 = ArgumentDescriptor( variable
103 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
90 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
77 using uint2 = PerLane<unsigned int, 2>; typedef