Home
last modified time | relevance | path

Searched defs:UInt4 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Reactor/
DReactor.cpp3646 UInt4::UInt4() in UInt4() function in rr::UInt4
3651 UInt4::UInt4(int xyzw) in UInt4() function in rr::UInt4
3657 UInt4::UInt4(int x, int yzw) in UInt4() function in rr::UInt4
3663 UInt4::UInt4(int x, int y, int zw) in UInt4() function in rr::UInt4
3669 UInt4::UInt4(int x, int y, int z, int w) in UInt4() function in rr::UInt4
3681 UInt4::UInt4(RValue<UInt4> rhs) in UInt4() function in rr::UInt4
3687 UInt4::UInt4(const UInt4 &rhs) in UInt4() function in rr::UInt4
3694 UInt4::UInt4(const Reference<UInt4> &rhs) in UInt4() function in rr::UInt4
3701 UInt4::UInt4(RValue<Int4> rhs) in UInt4() function in rr::UInt4
3707 UInt4::UInt4(const Int4 &rhs) in UInt4() function in rr::UInt4
[all …]
DLLVMReactor.cpp2666 UInt4::UInt4(RValue<Float4> cast) in UInt4() function in rr::UInt4
2674 UInt4::UInt4(RValue<UInt> rhs) in UInt4() function in rr::UInt4
DSubzeroReactor.cpp3604 UInt4::UInt4(RValue<Float4> cast) in UInt4() function in rr::UInt4
3622 UInt4::UInt4(RValue<UInt> rhs) in UInt4() function in rr::UInt4
DReactor.hpp1966 class UInt4 : public LValue<UInt4>, public XYZW<UInt4> class