Searched defs:uint4 (Results 1 – 8 of 8) 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
631 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); in nvvm_ldg() typedef
81 struct uint4 { struct83 …__host__ __device__ uint4(unsigned x = 0, unsigned y = 0, unsigned z = 0, unsigned w = 0) : x(x), … in x() argument
43 typedef vector<uint, 4> uint4; typedef
57 typedef __attribute__((ext_vector_type(4))) uint uint4; typedef
170 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef