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
664 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); nvvm_ldg() typedef 772 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); nvvm_ldu() typedef
6 typedef __attribute__(( ext_vector_type(4) )) unsigned int uint4; 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
53 typedef vector<uint, 4> uint4; global() typedef
194 typedef uint uint4 __attribute__((ext_vector_type(4))); global() typedef