Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp3229 Short4::Short4(RValue<Int> cast) in Short4() function in sw::Short4
3239 Short4::Short4(RValue<Int4> cast) in Short4() function in sw::Short4
3255 Short4::Short4(RValue<Float4> cast) in Short4() function in sw::Short4
3260 Short4::Short4(short xyzw) in Short4() function in sw::Short4
3266 Short4::Short4(short x, short y, short z, short w) in Short4() function in sw::Short4
3272 Short4::Short4(RValue<Short4> rhs) in Short4() function in sw::Short4
3277 Short4::Short4(const Short4 &rhs) in Short4() function in sw::Short4
3283 Short4::Short4(const Reference<Short4> &rhs) in Short4() function in sw::Short4
3289 Short4::Short4(RValue<UShort4> rhs) in Short4() function in sw::Short4
3294 Short4::Short4(const UShort4 &rhs) in Short4() function in sw::Short4
[all …]
DLLVMReactor.cpp2549 Short4::Short4(RValue<Int> cast) in Short4() function in sw::Short4
2559 Short4::Short4(RValue<Int4> cast) in Short4() function in sw::Short4
2574 Short4::Short4(RValue<Float4> cast) in Short4() function in sw::Short4
2582 Short4::Short4(short xyzw) in Short4() function in sw::Short4
2588 Short4::Short4(short x, short y, short z, short w) in Short4() function in sw::Short4
2594 Short4::Short4(RValue<Short4> rhs) in Short4() function in sw::Short4
2599 Short4::Short4(const Short4 &rhs) in Short4() function in sw::Short4
2605 Short4::Short4(const Reference<Short4> &rhs) in Short4() function in sw::Short4
2611 Short4::Short4(RValue<UShort4> rhs) in Short4() function in sw::Short4
2616 Short4::Short4(const UShort4 &rhs) in Short4() function in sw::Short4
[all …]
DReactor.hpp731 class Short4 : public LValue<Short4> class