|
| u32x4 (const u32x4 &v)=default |
|
u32x4 & | operator= (const u32x4 &v)=default |
|
| u32x4 () noexcept |
| Creates a new zero initialized SIMD 4 component 32bit unsigned integer vector structure. (uint4)
|
|
| u32x4 (uint32 xyzw) noexcept |
| Creates a new SIMD 4 component 32bit unsigned integer vector structure. (uint4)
|
|
| u32x4 (uint32 x, uint32 y, uint32 z, uint32 w) noexcept |
| Creates a new SIMD 4 component 32bit unsigned integer vector structure. (uint4)
|
|
| u32x4 (uint32 x, uint32 y, uint32 z) noexcept |
| Creates a new SIMD 4 component 32bit unsigned integer vector structure. (uint4)
|
|
| u32x4 (u32x4 xyz, uint32 w) noexcept |
| Creates a new SIMD 4 component 32bit unsigned integer vector structure. (uint4)
|
|
| u32x4 (uint4 v) noexcept |
| Creates a new SIMD 4 component 32bit unsigned integer vector structure. (uint4)
|
|
| u32x4 (uint3 v) noexcept |
| Creates a new SIMD 4 component 32bit unsigned integer vector structure. (uint4)
|
|
| u32x4 (uint2 v) noexcept |
| Creates a new SIMD 4 component 32bit unsigned integer vector structure. (uint4)
|
|
| u32x4 (const uint32 *v) noexcept |
| Creates a new SIMD 4 component vector 32bit unsigned integer structure. (uint4)
|
|
void | loadAligned (const uint32 *v) noexcept |
| Loads SIMD 4 component 32bit unsigned integer aligned vector value.
|
|
void | store (uint32 *v) noexcept |
| Stores SIMD 4 component 32bit unsigned integer unaligned vector value.
|
|
void | storeAligned (uint32 *v) noexcept |
| Stores SIMD 4 component 32bit unsigned integer aligned vector value.
|
|
uint32 | getX () const noexcept |
| Returns SIMD vector first component value.
|
|
uint32 | getY () const noexcept |
| Returns SIMD vector second component value.
|
|
uint32 | getZ () const noexcept |
| Returns SIMD vector third component value.
|
|
uint32 | getW () const noexcept |
| Returns SIMD vector fourth component value.
|
|
void | setX (uint32 value) noexcept |
| Sets SIMD vector first component value.
|
|
void | setY (uint32 value) noexcept |
| Sets SIMD vector second component value.
|
|
void | setZ (uint32 value) noexcept |
| Sets SIMD vector third component value.
|
|
void | setW (uint32 value) noexcept |
| Sets SIMD vector fourth component value.
|
|
void | fixW () noexcept |
| Sets SIMD vector Z component value to the W component.
|
|
template<uint32 X, uint32 Y, uint32 Z, uint32 W> |
u32x4 | swizzle () const noexcept |
| Swizzles SIMD vector components.
|
|
u32x4 | splatX () const noexcept |
|
u32x4 | splatY () const noexcept |
|
u32x4 | splatZ () const noexcept |
|
u32x4 | splatW () const noexcept |
|
uint32 & | operator[] (psize i) noexcept |
| Returns SIMD vector component by index.
|
|
uint32 | operator[] (psize i) const noexcept |
| Returns SIMD vector component by index.
|
|
| operator uint4 () const noexcept |
| Returns SIMD vector as 4 component unsigned integer vector. (xyzw)
|
|
| operator uint3 () const noexcept |
| Returns SIMD vector as 3 component unsigned integer vector. (xyz)
|
|
| operator uint2 () const noexcept |
| Returns SIMD vector as 2 component unsigned integer vector. (xy)
|
|
| operator uint32 () const noexcept |
| Returns SIMD first vector component value. (x)
|
|
u32x4 | operator+ (u32x4 v) const noexcept |
|
u32x4 | operator- (u32x4 v) const noexcept |
|
u32x4 | operator* (u32x4 v) const noexcept |
|
u32x4 | operator/ (u32x4 v) const noexcept |
|
u32x4 | operator% (u32x4 v) const noexcept |
|
u32x4 | operator& (u32x4 v) const noexcept |
|
u32x4 | operator| (u32x4 v) const noexcept |
|
u32x4 | operator^ (u32x4 v) const noexcept |
|
u32x4 | operator>> (u32x4 v) const noexcept |
|
u32x4 | operator<< (u32x4 v) const noexcept |
|
u32x4 | operator>> (uint32 n) const noexcept |
|
u32x4 | operator<< (uint32 n) const noexcept |
|
u32x4 | operator! () const noexcept |
|
u32x4 | operator~ () const noexcept |
|
u32x4 | operator+ (uint32 n) const noexcept |
|
u32x4 | operator- (uint32 n) const noexcept |
|
u32x4 | operator* (uint32 n) const noexcept |
|
u32x4 | operator/ (uint32 n) const noexcept |
|
u32x4 | operator% (uint32 n) const noexcept |
|
u32x4 | operator& (uint32 n) const noexcept |
|
u32x4 | operator| (uint32 n) const noexcept |
|
u32x4 | operator^ (uint32 n) const noexcept |
|
u32x4 & | operator+= (u32x4 v) noexcept |
|
u32x4 & | operator-= (u32x4 v) noexcept |
|
u32x4 & | operator*= (u32x4 v) noexcept |
|
u32x4 & | operator/= (u32x4 v) noexcept |
|
u32x4 & | operator%= (u32x4 v) noexcept |
|
u32x4 & | operator&= (u32x4 v) noexcept |
|
u32x4 & | operator|= (u32x4 v) noexcept |
|
u32x4 & | operator^= (u32x4 v) noexcept |
|
u32x4 & | operator>>= (u32x4 v) noexcept |
|
u32x4 & | operator<<= (u32x4 v) noexcept |
|
u32x4 & | operator+= (uint32 n) noexcept |
|
u32x4 & | operator-= (uint32 n) noexcept |
|
u32x4 & | operator*= (uint32 n) noexcept |
|
u32x4 & | operator/= (uint32 n) noexcept |
|
u32x4 & | operator%= (uint32 n) noexcept |
|
u32x4 & | operator&= (uint32 n) noexcept |
|
u32x4 & | operator|= (uint32 n) noexcept |
|
u32x4 & | operator^= (uint32 n) noexcept |
|
u32x4 & | operator>>= (uint32 n) noexcept |
|
u32x4 & | operator<<= (uint32 n) noexcept |
|
u32x4 & | operator= (uint32 n) noexcept |
|
bool | operator== (u32x4 v) const noexcept |
|
bool | operator!= (u32x4 v) const noexcept |
|
u32x4 | operator< (u32x4 v) const noexcept |
|
u32x4 | operator> (u32x4 v) const noexcept |
|
u32x4 | operator<= (u32x4 v) const noexcept |
|
u32x4 | operator>= (u32x4 v) const noexcept |
|
bool | operator== (uint32 n) const noexcept |
|
bool | operator!= (uint32 n) const noexcept |
|
u32x4 | operator< (uint32 n) const noexcept |
|
u32x4 | operator> (uint32 n) const noexcept |
|
u32x4 | operator<= (uint32 n) const noexcept |
|
u32x4 | operator>= (uint32 n) const noexcept |
|
SIMD 4 component 32bit unsigned integer vector structure. (uint4)
- Note
- Use it when you know how to implement a faster vectorized code.