Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/rs/cpp/
H A DrsCppStructs.h217 UInt2(uint32_t initX, uint32_t initY) in UInt2() function
219 UInt2() : x(0), y(0) {} in UInt2() function
/aosp_15_r20/external/swiftshader/src/Reactor/
H A 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
H A DReactor.hpp1518 class UInt2 : public LValue<UInt2> class