Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Reactor/
H A DReactor.cpp1995 UShort4::UShort4(RValue<UInt4> cast) in UShort4() function in rr::UShort4
2000 UShort4::UShort4(RValue<Int4> cast) in UShort4() function in rr::UShort4
2005 UShort4::UShort4(unsigned short xyzw) in UShort4() function in rr::UShort4
2011 UShort4::UShort4(unsigned short x, unsigned short y, unsigned short z, unsigned short w) in UShort4() function in rr::UShort4
2017 UShort4::UShort4(RValue<UShort4> rhs) in UShort4() function in rr::UShort4
2022 UShort4::UShort4(const UShort4 &rhs) in UShort4() function in rr::UShort4
2027 UShort4::UShort4(const Reference<UShort4> &rhs) in UShort4() function in rr::UShort4
2032 UShort4::UShort4(RValue<Short4> rhs) in UShort4() function in rr::UShort4
2037 UShort4::UShort4(const Short4 &rhs) in UShort4() function in rr::UShort4
2042 UShort4::UShort4(const Reference<Short4> &rhs) in UShort4() function in rr::UShort4
H A DReactor.hpp1049 class UShort4 : public LValue<UShort4> class
H A DLLVMReactor.cpp2137 UShort4::UShort4(RValue<Float4> cast, bool saturate) in UShort4() function in rr::UShort4
H A DSubzeroReactor.cpp2731 UShort4::UShort4(RValue<Float4> cast, bool saturate) in UShort4() function in rr::UShort4
/aosp_15_r20/frameworks/rs/cpp/
H A DrsCppStructs.h181 UShort4(uint16_t initX, uint16_t initY, uint16_t initZ, uint16_t initW) in UShort4() function
183 UShort4() : x(0), y(0), z(0), w(0) {} in UShort4() function