Searched defs:uint4 (Results 1 – 14 of 14) sorted by relevance
26 using uint4 = uvec<4>; variable
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
30 using uint4 = uvec<4>; variable
120 typedef vtype4<unsigned int> uint4; typedef
34 using uint4 = uvec<4>; variable
64 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
210 using uint4 = vec4<unsigned int>; typedef
30 using uint4 = skvx::Vec<4,uint32_t>; typedef
202 using uint4 = Vec4<uint32_t>; variable
287 uint4 = ArgumentDescriptor( variable
105 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
79 using uint4 = PerLane<unsigned int, 4>; typedef