Searched defs:UInt4 (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp4585 Int4::Int4(RValue<UInt4> rhs) : XYZW(this)
4590 Int4::Int4(const UInt4 &rhs) : XYZW(this)
4596 Int4::Int4(const Reference<UInt4> &rhs) : XYZW(this)
4893 UInt4::UInt4() : XYZW(this) function in class:sw::UInt4
4897 UInt4::UInt4(RValue<Float4> cast) : XYZW(this) function in class:sw::UInt4
4900 // Value *xyzw = Nucleus::createFPToUI(cast.value, UInt4::getType());
4909 uiValue = (uiValue & As<Int4>(As<UInt4>(Int4(cast - Float4(ustartf))) + UInt4(ustar
4916 UInt4::UInt4(int xyzw) : XYZW(this) function in class:sw::UInt4
4921 UInt4::UInt4(int x, int yzw) : XYZW(this) function in class:sw::UInt4
4926 UInt4::UInt4(int x, int y, int zw) : XYZW(this) function in class:sw::UInt4
4931 UInt4::UInt4(int x, int y, int z, int w) : XYZW(this) function in class:sw::UInt4
4942 UInt4::UInt4(RValue<UInt4> rhs) : XYZW(this) function in class:sw::UInt4
4947 UInt4::UInt4(const UInt4 &rhs) : XYZW(this) function in class:sw::UInt4
4953 UInt4::UInt4(const Reference<UInt4> &rhs) : XYZW(this) function in class:sw::UInt4
4959 UInt4::UInt4(RValue<Int4> rhs) : XYZW(this) function in class:sw::UInt4
4964 UInt4::UInt4(const Int4 &rhs) : XYZW(this) function in class:sw::UInt4
4970 UInt4::UInt4(const Reference<Int4> &rhs) : XYZW(this) function in class:sw::UInt4
4976 UInt4::UInt4(RValue<UInt2> lo, RValue<UInt2> hi) : XYZW(this) function in class:sw::UInt4
[all...]
H A DReactor.hpp50 class UInt4;
1363 struct Scalar<UInt4>
1771 Int4(RValue<UInt4> rhs);
1772 Int4(const UInt4 &rhs);
1773 Int4(const Reference<UInt4> &rhs);
1841 class UInt4 : public LValue<UInt4>, public XYZW<UInt4> class in namespace:sw
1844 explicit UInt4(RValue<Float4> cast);
1846 UInt4();
[all...]

Completed in 186 milliseconds