Searched defs:Int4 (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 5562 Int4::Int4() : XYZW(this) in Int4() function in rr::Int4 5566 Int4::Int4(RValue<Byte4> cast) : XYZW(this) in Int4() function in rr::Int4 5584 Int4::Int4(RValue<SByte4> cast) : XYZW(this) in Int4() function in rr::Int4 5600 Int4::Int4(RValue<Float4> cast) : XYZW(this) in Int4() function in rr::Int4 5607 Int4::Int4(RValue<Short4> cast) : XYZW(this) in Int4() function in rr::Int4 5615 Int4::Int4(RValue<UShort4> cast) : XYZW(this) in Int4() function in rr::Int4 5623 Int4::Int4(int xyzw) : XYZW(this) in Int4() function in rr::Int4 5628 Int4::Int4(int x, int yzw) : XYZW(this) in Int4() function in rr::Int4 5633 Int4::Int4(int x, int y, int zw) : XYZW(this) in Int4() function in rr::Int4 5638 Int4::Int4(int x, int y, int z, int w) : XYZW(this) in Int4() function in rr::Int4 [all …]
|
D | LLVMReactor.cpp | 5278 Int4::Int4() : XYZW(this) in Int4() function in rr::Int4 5282 Int4::Int4(RValue<Byte4> cast) : XYZW(this) in Int4() function in rr::Int4 5304 Int4::Int4(RValue<SByte4> cast) : XYZW(this) in Int4() function in rr::Int4 5326 Int4::Int4(RValue<Float4> cast) : XYZW(this) in Int4() function in rr::Int4 5333 Int4::Int4(RValue<Short4> cast) : XYZW(this) in Int4() function in rr::Int4 5349 Int4::Int4(RValue<UShort4> cast) : XYZW(this) in Int4() function in rr::Int4 5365 Int4::Int4(int xyzw) : XYZW(this) in Int4() function in rr::Int4 5370 Int4::Int4(int x, int yzw) : XYZW(this) in Int4() function in rr::Int4 5375 Int4::Int4(int x, int y, int zw) : XYZW(this) in Int4() function in rr::Int4 5380 Int4::Int4(int x, int y, int z, int w) : XYZW(this) in Int4() function in rr::Int4 [all …]
|
D | Reactor.hpp | 1755 class Int4 : public LValue<Int4>, public XYZW<Int4> class
|