Home
last modified time | relevance | path

Searched defs:UInt2 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Reactor/
DReactor.cpp3096 UInt2::UInt2(unsigned int x, unsigned int y) in UInt2() function in rr::UInt2
3102 UInt2::UInt2(RValue<UInt2> rhs) in UInt2() function in rr::UInt2
3107 UInt2::UInt2(const UInt2 &rhs) in UInt2() function in rr::UInt2
3112 UInt2::UInt2(const Reference<UInt2> &rhs) in UInt2() function in rr::UInt2
DReactor.hpp1518 class UInt2 : public LValue<UInt2> class