Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DNucleus.cpp4944 UInt2::UInt2() in UInt2() function in sw::UInt2
4949 UInt2::UInt2(unsigned int x, unsigned int y) in UInt2() function in sw::UInt2
4961 UInt2::UInt2(RValue<UInt2> rhs) in UInt2() function in sw::UInt2
4968 UInt2::UInt2(const UInt2 &rhs) in UInt2() function in sw::UInt2
4976 UInt2::UInt2(const Reference<UInt2> &rhs) in UInt2() function in sw::UInt2
DNucleus.hpp1582 class UInt2 : public Variable<UInt2> class