Lines Matching refs:ASTCENC_SIMD_INLINE

62 	#define ASTCENC_SIMD_INLINE __forceinline
65 #define ASTCENC_SIMD_INLINE __attribute__((always_inline)) inline
68 #define ASTCENC_SIMD_INLINE __attribute__((always_inline, nodebug)) inline
164 ASTCENC_SIMD_INLINE unsigned int round_down_to_simd_multiple_8(unsigned int count)
176 ASTCENC_SIMD_INLINE unsigned int round_down_to_simd_multiple_4(unsigned int count)
190 ASTCENC_SIMD_INLINE unsigned int round_down_to_simd_multiple_vla(unsigned int count)
204 ASTCENC_SIMD_INLINE unsigned int round_up_to_simd_multiple_vla(unsigned int count)
213 ASTCENC_SIMD_INLINE vfloat change_sign(vfloat a, vfloat b)
227 ASTCENC_SIMD_INLINE vfloat atan(vfloat x)
239 ASTCENC_SIMD_INLINE vfloat atan2(vfloat y, vfloat x)
249 static ASTCENC_SIMD_INLINE vfloat4 unit4()
257 static ASTCENC_SIMD_INLINE vfloat4 unit3()
266 static ASTCENC_SIMD_INLINE vfloat4 unit2()
275 static ASTCENC_SIMD_INLINE vfloat4 vfloat3(float a, float b, float c)
283 static ASTCENC_SIMD_INLINE vfloat4 vfloat2(float a, float b)
291 static ASTCENC_SIMD_INLINE vfloat4 normalize(vfloat4 a)
300 static ASTCENC_SIMD_INLINE vfloat4 normalize_safe(vfloat4 a, vfloat4 safe)
326 static ASTCENC_SIMD_INLINE vfloat4 exp2(vfloat4 x)
354 static ASTCENC_SIMD_INLINE vfloat4 log2(vfloat4 x)
385 static ASTCENC_SIMD_INLINE vfloat4 pow(vfloat4 x, vfloat4 y)
399 static ASTCENC_SIMD_INLINE vint4 clz(vint4 a)
421 static ASTCENC_SIMD_INLINE vint4 two_to_the_n(vint4 a)
441 static ASTCENC_SIMD_INLINE vint4 unorm16_to_sf16(vint4 p)
475 static ASTCENC_SIMD_INLINE vint4 lns_to_sf16(vint4 p)
504 static ASTCENC_SIMD_INLINE vfloat4 frexp(vfloat4 a, vint4& exp)
520 static ASTCENC_SIMD_INLINE vfloat4 float_to_lns(vfloat4 a)
563 static ASTCENC_SIMD_INLINE float pow(float x, float y)