Searched defs:UInt4 (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | Reactor.cpp | 3502 UInt4::UInt4() in UInt4() function in rr::UInt4 3507 UInt4::UInt4(int xyzw) in UInt4() function in rr::UInt4 3513 UInt4::UInt4(int x, int yzw) in UInt4() function in rr::UInt4 3519 UInt4::UInt4(int x, int y, int zw) in UInt4() function in rr::UInt4 3525 UInt4::UInt4(int x, int y, int z, int w) in UInt4() function in rr::UInt4 3537 UInt4::UInt4(RValue<UInt4> rhs) in UInt4() function in rr::UInt4 3543 UInt4::UInt4(const UInt4 &rhs) in UInt4() function in rr::UInt4 3549 UInt4::UInt4(const Reference<UInt4> &rhs) in UInt4() function in rr::UInt4 3555 UInt4::UInt4(RValue<Int4> rhs) in UInt4() function in rr::UInt4 3561 UInt4::UInt4(const Int4 &rhs) in UInt4() function in rr::UInt4 [all …]
|
H A D | SIMD.hpp | 35 using UInt4 = rr::UInt4; typedef
|
H A D | Reactor.hpp | 1683 class UInt4 : public LValue<UInt4>, public XYZW<UInt4> class
|
H A D | LLVMReactor.cpp | 2755 UInt4::UInt4(RValue<Float4> cast) in UInt4() function in rr::UInt4 2763 UInt4::UInt4(RValue<UInt> rhs) in UInt4() function in rr::UInt4
|
H A D | SubzeroReactor.cpp | 3524 UInt4::UInt4(RValue<Float4> cast) in UInt4() function in rr::UInt4 3542 UInt4::UInt4(RValue<UInt> rhs) in UInt4() function in rr::UInt4
|
/aosp_15_r20/frameworks/rs/cpp/ |
H A D | rsCppStructs.h | 235 UInt4(uint32_t initX, uint32_t initY, uint32_t initZ, uint32_t initW) in UInt4() function 237 UInt4() : x(0), y(0), z(0), w(0) {} in UInt4() function
|