Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp3248 Short4::Short4(RValue<Int> cast) in Short4() function in rr::Short4
3258 Short4::Short4(RValue<Int4> cast) in Short4() function in rr::Short4
3274 Short4::Short4(RValue<Float4> cast) in Short4() function in rr::Short4
3279 Short4::Short4(short xyzw) in Short4() function in rr::Short4
3285 Short4::Short4(short x, short y, short z, short w) in Short4() function in rr::Short4
3291 Short4::Short4(RValue<Short4> rhs) in Short4() function in rr::Short4
3296 Short4::Short4(const Short4 &rhs) in Short4() function in rr::Short4
3302 Short4::Short4(const Reference<Short4> &rhs) in Short4() function in rr::Short4
3308 Short4::Short4(RValue<UShort4> rhs) in Short4() function in rr::Short4
3313 Short4::Short4(const UShort4 &rhs) in Short4() function in rr::Short4
[all …]
DLLVMReactor.cpp3241 Short4::Short4(RValue<Int> cast) in Short4() function in rr::Short4
3251 Short4::Short4(RValue<Int4> cast) in Short4() function in rr::Short4
3266 Short4::Short4(RValue<Float4> cast) in Short4() function in rr::Short4
3279 Short4::Short4(short xyzw) in Short4() function in rr::Short4
3285 Short4::Short4(short x, short y, short z, short w) in Short4() function in rr::Short4
3291 Short4::Short4(RValue<Short4> rhs) in Short4() function in rr::Short4
3296 Short4::Short4(const Short4 &rhs) in Short4() function in rr::Short4
3302 Short4::Short4(const Reference<Short4> &rhs) in Short4() function in rr::Short4
3308 Short4::Short4(RValue<UShort4> rhs) in Short4() function in rr::Short4
3313 Short4::Short4(const UShort4 &rhs) in Short4() function in rr::Short4
[all …]
DReactor.hpp732 class Short4 : public LValue<Short4> class