Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMReactor.cpp4893 UInt4::UInt4() : XYZW(this) in UInt4() function in sw::UInt4
4897 UInt4::UInt4(RValue<Float4> cast) : XYZW(this) in UInt4() function in sw::UInt4
4916 UInt4::UInt4(int xyzw) : XYZW(this) in UInt4() function in sw::UInt4
4921 UInt4::UInt4(int x, int yzw) : XYZW(this) in UInt4() function in sw::UInt4
4926 UInt4::UInt4(int x, int y, int zw) : XYZW(this) in UInt4() function in sw::UInt4
4931 UInt4::UInt4(int x, int y, int z, int w) : XYZW(this) in UInt4() function in sw::UInt4
4942 UInt4::UInt4(RValue<UInt4> rhs) : XYZW(this) in UInt4() function in sw::UInt4
4947 UInt4::UInt4(const UInt4 &rhs) : XYZW(this) in UInt4() function in sw::UInt4
4953 UInt4::UInt4(const Reference<UInt4> &rhs) : XYZW(this) in UInt4() function in sw::UInt4
4959 UInt4::UInt4(RValue<Int4> rhs) : XYZW(this) in UInt4() function in sw::UInt4
[all …]
DSubzeroReactor.cpp6038 UInt4::UInt4() : XYZW(this) in UInt4() function in sw::UInt4
6042 UInt4::UInt4(RValue<Float4> cast) : XYZW(this) in UInt4() function in sw::UInt4
6058 UInt4::UInt4(int xyzw) : XYZW(this) in UInt4() function in sw::UInt4
6063 UInt4::UInt4(int x, int yzw) : XYZW(this) in UInt4() function in sw::UInt4
6068 UInt4::UInt4(int x, int y, int zw) : XYZW(this) in UInt4() function in sw::UInt4
6073 UInt4::UInt4(int x, int y, int z, int w) : XYZW(this) in UInt4() function in sw::UInt4
6084 UInt4::UInt4(RValue<UInt4> rhs) : XYZW(this) in UInt4() function in sw::UInt4
6089 UInt4::UInt4(const UInt4 &rhs) : XYZW(this) in UInt4() function in sw::UInt4
6095 UInt4::UInt4(const Reference<UInt4> &rhs) : XYZW(this) in UInt4() function in sw::UInt4
6101 UInt4::UInt4(RValue<Int4> rhs) : XYZW(this) in UInt4() function in sw::UInt4
[all …]
DReactor.hpp1841 class UInt4 : public LValue<UInt4>, public XYZW<UInt4> class