Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp6057 UInt4::UInt4() : XYZW(this) in UInt4() function in rr::UInt4
6061 UInt4::UInt4(RValue<Float4> cast) : XYZW(this) in UInt4() function in rr::UInt4
6077 UInt4::UInt4(int xyzw) : XYZW(this) in UInt4() function in rr::UInt4
6082 UInt4::UInt4(int x, int yzw) : XYZW(this) in UInt4() function in rr::UInt4
6087 UInt4::UInt4(int x, int y, int zw) : XYZW(this) in UInt4() function in rr::UInt4
6092 UInt4::UInt4(int x, int y, int z, int w) : XYZW(this) in UInt4() function in rr::UInt4
6103 UInt4::UInt4(RValue<UInt4> rhs) : XYZW(this) in UInt4() function in rr::UInt4
6108 UInt4::UInt4(const UInt4 &rhs) : XYZW(this) in UInt4() function in rr::UInt4
6114 UInt4::UInt4(const Reference<UInt4> &rhs) : XYZW(this) in UInt4() function in rr::UInt4
6120 UInt4::UInt4(RValue<Int4> rhs) : XYZW(this) in UInt4() function in rr::UInt4
[all …]
DLLVMReactor.cpp5744 UInt4::UInt4() : XYZW(this) in UInt4() function in rr::UInt4
5748 UInt4::UInt4(RValue<Float4> cast) : XYZW(this) in UInt4() function in rr::UInt4
5767 UInt4::UInt4(int xyzw) : XYZW(this) in UInt4() function in rr::UInt4
5772 UInt4::UInt4(int x, int yzw) : XYZW(this) in UInt4() function in rr::UInt4
5777 UInt4::UInt4(int x, int y, int zw) : XYZW(this) in UInt4() function in rr::UInt4
5782 UInt4::UInt4(int x, int y, int z, int w) : XYZW(this) in UInt4() function in rr::UInt4
5793 UInt4::UInt4(RValue<UInt4> rhs) : XYZW(this) in UInt4() function in rr::UInt4
5798 UInt4::UInt4(const UInt4 &rhs) : XYZW(this) in UInt4() function in rr::UInt4
5804 UInt4::UInt4(const Reference<UInt4> &rhs) : XYZW(this) in UInt4() function in rr::UInt4
5810 UInt4::UInt4(RValue<Int4> rhs) : XYZW(this) in UInt4() function in rr::UInt4
[all …]
DReactor.hpp1852 class UInt4 : public LValue<UInt4>, public XYZW<UInt4> class