Searched defs:uint2 (Results 1 – 9 of 9) sorted by relevance
25 using uint2 = uvec<2>; variable
29 using uint2 = uvec<2>; variable
33 using uint2 = uvec<2>; variable
664 struct uint2 { uint32_t x; uint32_t y; }; in TEST_F() struct1631 struct uint2 { uint32_t x, y; }; in TEST_F() struct1650 struct uint2 { uint32_t x, y; }; in TEST_F() argument
127 const uint32_t uint2 = 0x98765432; in testOverwriteT() local
29 using uint2 = skvx::Vec<2,uint32_t>; typedef
197 using uint2 = vec2<unsigned int>; typedef
245 uint2 = ArgumentDescriptor( variable
77 using uint2 = PerLane<unsigned int, 2>; typedef