Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp3716 UShort4::UShort4(RValue<Int4> cast) in UShort4() function in sw::UShort4
3721 UShort4::UShort4(RValue<Float4> cast, bool saturate) in UShort4() function in sw::UShort4
3741 UShort4::UShort4(unsigned short xyzw) in UShort4() function in sw::UShort4
3747 UShort4::UShort4(unsigned short x, unsigned short y, unsigned short z, unsigned short w) in UShort4() function in sw::UShort4
3753 UShort4::UShort4(RValue<UShort4> rhs) in UShort4() function in sw::UShort4
3758 UShort4::UShort4(const UShort4 &rhs) in UShort4() function in sw::UShort4
3764 UShort4::UShort4(const Reference<UShort4> &rhs) in UShort4() function in sw::UShort4
3770 UShort4::UShort4(RValue<Short4> rhs) in UShort4() function in sw::UShort4
3775 UShort4::UShort4(const Short4 &rhs) in UShort4() function in sw::UShort4
3781 UShort4::UShort4(const Reference<Short4> &rhs) in UShort4() function in sw::UShort4
DLLVMReactor.cpp2890 UShort4::UShort4(RValue<Int4> cast) in UShort4() function in sw::UShort4
2895 UShort4::UShort4(RValue<Float4> cast, bool saturate) in UShort4() function in sw::UShort4
2915 UShort4::UShort4(unsigned short xyzw) in UShort4() function in sw::UShort4
2921 UShort4::UShort4(unsigned short x, unsigned short y, unsigned short z, unsigned short w) in UShort4() function in sw::UShort4
2927 UShort4::UShort4(RValue<UShort4> rhs) in UShort4() function in sw::UShort4
2932 UShort4::UShort4(const UShort4 &rhs) in UShort4() function in sw::UShort4
2938 UShort4::UShort4(const Reference<UShort4> &rhs) in UShort4() function in sw::UShort4
2944 UShort4::UShort4(RValue<Short4> rhs) in UShort4() function in sw::UShort4
2949 UShort4::UShort4(const Short4 &rhs) in UShort4() function in sw::UShort4
2955 UShort4::UShort4(const Reference<Short4> &rhs) in UShort4() function in sw::UShort4
DReactor.hpp809 class UShort4 : public LValue<UShort4> class