Searched defs:uint4 (Results 1 – 16 of 16) sorted by relevance
5 typedef __attribute__((__vector_size__(16))) unsigned int uint4; typedef
4 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); typedef
6 typedef __attribute__(( ext_vector_type(4) )) unsigned int uint4; typedef
619 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); in nvvm_ldg() typedef
362 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); in nvvm_ldg() typedef
120 typedef vtype4<unsigned int> uint4; typedef
57 typedef __attribute__((ext_vector_type(4))) uint uint4; typedef
36 using uint4 = uvec<4>; variable
202 using uint4 = Vec4<uint32_t>; variable
199 using uint4 = vec4<unsigned int>; typedef
287 uint4 = ArgumentDescriptor( variable
105 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
92 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
79 using uint4 = PerLane<unsigned int, 4>; typedef