Lines Matching defs:vfloat4
51 struct vfloat4 struct
64 ASTCENC_SIMD_INLINE explicit vfloat4(const float *p) in vfloat4() function
74 ASTCENC_SIMD_INLINE explicit vfloat4(float a) in vfloat4() function
84 ASTCENC_SIMD_INLINE explicit vfloat4(float a, float b, float c, float d) in vfloat4() argument
92 ASTCENC_SIMD_INLINE explicit vfloat4(__m128 a) in vfloat4() function
100 template <int l> ASTCENC_SIMD_INLINE float lane() const in lane()
124 static ASTCENC_SIMD_INLINE vfloat4 zero() in zero() argument
132 static ASTCENC_SIMD_INLINE vfloat4 load1(const float* p) in load1() argument
140 static ASTCENC_SIMD_INLINE vfloat4 loada(const float* p) in loada() argument
148 static ASTCENC_SIMD_INLINE vfloat4 lane_id() in lane_id() argument
156 template <int l0, int l1> ASTCENC_SIMD_INLINE vfloat4 swz() const in swz() argument
167 template <int l0, int l1, int l2> ASTCENC_SIMD_INLINE vfloat4 swz() const in swz() argument
177 template <int l0, int l1, int l2, int l3> ASTCENC_SIMD_INLINE vfloat4 swz() const in swz() argument
185 __m128 m;