Searched defs:ushort2 (Results 1 – 7 of 7) sorted by relevance
31 using ushort2 = std::integer_sequence<unsigned short, 4, 6>; in main() typedef
32 using ushort2 = std::integer_sequence<unsigned short, 4, 6>; in main() typedef
59 typedef ushort ushort2 __attribute__((ext_vector_type(2))); typedef
341 typedef unsigned short ushort2 __attribute__((ext_vector_type(2))); in nvvm_ldg() typedef
182 using ushort2 = Vec2<uint16_t>; variable
93 typedef ushort ushort2 __attribute__((ext_vector_type(2))); typedef
720 struct ushort2 { uint16_t x; uint16_t y; }; in TEST_F() argument