Home
last modified time | relevance | path

Searched defs:Short4 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Reactor/
DReactor.cpp1773 Short4::Short4(RValue<Int> cast) in Short4() function in rr::Short4
1787 Short4::Short4(short xyzw) in Short4() function in rr::Short4
1793 Short4::Short4(short x, short y, short z, short w) in Short4() function in rr::Short4
1799 Short4::Short4(RValue<Short4> rhs) in Short4() function in rr::Short4
1804 Short4::Short4(const Short4 &rhs) in Short4() function in rr::Short4
1809 Short4::Short4(const Reference<Short4> &rhs) in Short4() function in rr::Short4
1814 Short4::Short4(RValue<UShort4> rhs) in Short4() function in rr::Short4
1819 Short4::Short4(const UShort4 &rhs) in Short4() function in rr::Short4
1824 Short4::Short4(const Reference<UShort4> &rhs) in Short4() function in rr::Short4
DLLVMReactor.cpp2002 Short4::Short4(RValue<Int4> cast) in Short4() function in rr::Short4
2018 Short4::Short4(RValue<Float4> cast) in Short4() function in rr::Short4
DSubzeroReactor.cpp2534 Short4::Short4(RValue<Int4> cast) in Short4() function in rr::Short4
2550 Short4::Short4(RValue<Float4> cast) in Short4() function in rr::Short4
DReactor.hpp875 class Short4 : public LValue<Short4> class