Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp3765 UShort4::UShort4(RValue<Int4> cast) in UShort4() function in rr::UShort4
3770 UShort4::UShort4(RValue<Float4> cast, bool saturate) in UShort4() function in rr::UShort4
3798 UShort4::UShort4(unsigned short xyzw) in UShort4() function in rr::UShort4
3804 UShort4::UShort4(unsigned short x, unsigned short y, unsigned short z, unsigned short w) in UShort4() function in rr::UShort4
3810 UShort4::UShort4(RValue<UShort4> rhs) in UShort4() function in rr::UShort4
3815 UShort4::UShort4(const UShort4 &rhs) in UShort4() function in rr::UShort4
3821 UShort4::UShort4(const Reference<UShort4> &rhs) in UShort4() function in rr::UShort4
3827 UShort4::UShort4(RValue<Short4> rhs) in UShort4() function in rr::UShort4
3832 UShort4::UShort4(const Short4 &rhs) in UShort4() function in rr::UShort4
3838 UShort4::UShort4(const Reference<Short4> &rhs) in UShort4() function in rr::UShort4
DLLVMReactor.cpp3638 UShort4::UShort4(RValue<Int4> cast) in UShort4() function in rr::UShort4
3643 UShort4::UShort4(RValue<Float4> cast, bool saturate) in UShort4() function in rr::UShort4
3665 UShort4::UShort4(unsigned short xyzw) in UShort4() function in rr::UShort4
3671 UShort4::UShort4(unsigned short x, unsigned short y, unsigned short z, unsigned short w) in UShort4() function in rr::UShort4
3677 UShort4::UShort4(RValue<UShort4> rhs) in UShort4() function in rr::UShort4
3682 UShort4::UShort4(const UShort4 &rhs) in UShort4() function in rr::UShort4
3688 UShort4::UShort4(const Reference<UShort4> &rhs) in UShort4() function in rr::UShort4
3694 UShort4::UShort4(RValue<Short4> rhs) in UShort4() function in rr::UShort4
3699 UShort4::UShort4(const Short4 &rhs) in UShort4() function in rr::UShort4
3705 UShort4::UShort4(const Reference<Short4> &rhs) in UShort4() function in rr::UShort4
DReactor.hpp811 class UShort4 : public LValue<UShort4> class