Searched defs:UInt4 (Results 1 – 5 of 5) sorted by relevance
3507 UInt4::UInt4() in UInt4() function in rr::UInt43512 UInt4::UInt4(int xyzw) in UInt4() function in rr::UInt43518 UInt4::UInt4(int x, int yzw) in UInt4() function in rr::UInt43524 UInt4::UInt4(int x, int y, int zw) in UInt4() function in rr::UInt43530 UInt4::UInt4(int x, int y, int z, int w) in UInt4() function in rr::UInt43542 UInt4::UInt4(RValue<UInt4> rhs) in UInt4() function in rr::UInt43548 UInt4::UInt4(const UInt4 &rhs) in UInt4() function in rr::UInt43554 UInt4::UInt4(const Reference<UInt4> &rhs) in UInt4() function in rr::UInt43560 UInt4::UInt4(RValue<Int4> rhs) in UInt4() function in rr::UInt43566 UInt4::UInt4(const Int4 &rhs) in UInt4() function in rr::UInt4[all …]
2814 UInt4::UInt4(RValue<Float4> cast) in UInt4() function in rr::UInt42822 UInt4::UInt4(RValue<UInt> rhs) in UInt4() function in rr::UInt4
3712 UInt4::UInt4(RValue<Float4> cast) in UInt4() function in rr::UInt43730 UInt4::UInt4(RValue<UInt> rhs) in UInt4() function in rr::UInt4
2029 class UInt4 : public LValue<UInt4>, public XYZW<UInt4> class
757 TEST_P(VertexFormatTest, UInt4) { in TEST_P() argument