Searched defs:uint4 (Results 1 – 11 of 11) sorted by relevance
4 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); typedef
6 typedef __attribute__(( ext_vector_type(4) )) unsigned int uint4; typedef
362 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); in nvvm_ldg() typedef
120 typedef vtype4<unsigned int> uint4; typedef
64 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
210 using uint4 = vec4<unsigned int>; typedef
202 using uint4 = Vec4<uint32_t>; variable
148 using uint4 = skvx::uint4; in NegateBotRight() local
287 uint4 = ArgumentDescriptor( variable
105 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
79 using uint4 = PerLane<unsigned int, 4>; typedef