Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DReactor.cpp3511 UInt4::UInt4() in UInt4() function in rr::UInt4
3516 UInt4::UInt4(int xyzw) in UInt4() function in rr::UInt4
3522 UInt4::UInt4(int x, int yzw) in UInt4() function in rr::UInt4
3528 UInt4::UInt4(int x, int y, int zw) in UInt4() function in rr::UInt4
3534 UInt4::UInt4(int x, int y, int z, int w) in UInt4() function in rr::UInt4
3546 UInt4::UInt4(RValue<UInt4> rhs) in UInt4() function in rr::UInt4
3552 UInt4::UInt4(const UInt4 &rhs) in UInt4() function in rr::UInt4
3558 UInt4::UInt4(const Reference<UInt4> &rhs) in UInt4() function in rr::UInt4
3564 UInt4::UInt4(RValue<Int4> rhs) in UInt4() function in rr::UInt4
3570 UInt4::UInt4(const Int4 &rhs) in UInt4() function in rr::UInt4
[all …]
DLLVMReactor.cpp2794 UInt4::UInt4(RValue<Float4> cast) in UInt4() function in rr::UInt4
2802 UInt4::UInt4(RValue<UInt> rhs) in UInt4() function in rr::UInt4
DSubzeroReactor.cpp3713 UInt4::UInt4(RValue<Float4> cast) in UInt4() function in rr::UInt4
3731 UInt4::UInt4(RValue<UInt> rhs) in UInt4() function in rr::UInt4
DReactor.hpp2027 class UInt4 : public LValue<UInt4>, public XYZW<UInt4> class