Searched refs:ASTCENC_SIMD_INLINE (Results 1 - 7 of 7) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_vecmathlib_avx2_8.h | 33 #ifndef ASTCENC_SIMD_INLINE 54 ASTCENC_SIMD_INLINE vfloat8() = default; 62 ASTCENC_SIMD_INLINE explicit vfloat8(const float *p) in vfloat8() 72 ASTCENC_SIMD_INLINE explicit vfloat8(float a) in vfloat8() 82 ASTCENC_SIMD_INLINE explicit vfloat8( in vfloat8() 92 ASTCENC_SIMD_INLINE explicit vfloat8(__m256 a) in vfloat8() 100 template <int l> ASTCENC_SIMD_INLINE float lane() const in lane() 114 static ASTCENC_SIMD_INLINE vfloat8 zero() in zero() 122 static ASTCENC_SIMD_INLINE vfloat8 load1(const float* p) in load1() 130 static ASTCENC_SIMD_INLINE vfloat [all...] |
H A D | astcenc_vecmathlib_neon_4.h | 36 #ifndef ASTCENC_SIMD_INLINE 55 ASTCENC_SIMD_INLINE vfloat4() = default; 63 ASTCENC_SIMD_INLINE explicit vfloat4(const float *p) in vfloat4() 73 ASTCENC_SIMD_INLINE explicit vfloat4(float a) in vfloat4() 83 ASTCENC_SIMD_INLINE explicit vfloat4(float a, float b, float c, float d) in vfloat4() 92 ASTCENC_SIMD_INLINE explicit vfloat4(float32x4_t a) in vfloat4() 100 template <int l> ASTCENC_SIMD_INLINE float lane() const in lane() 108 template <int l> ASTCENC_SIMD_INLINE void set_lane(float a) in set_lane() 116 static ASTCENC_SIMD_INLINE vfloat4 zero() in zero() 124 static ASTCENC_SIMD_INLINE vfloat [all...] |
H A D | astcenc_vecmathlib_common_4.h | 29 #ifndef ASTCENC_SIMD_INLINE 42 ASTCENC_SIMD_INLINE bool any(vmask4 a) in any() 50 ASTCENC_SIMD_INLINE bool all(vmask4 a) in all() 62 ASTCENC_SIMD_INLINE vint4 operator+(vint4 a, int b) in operator +() 70 ASTCENC_SIMD_INLINE vint4& operator+=(vint4& a, const vint4& b) in operator +=() 79 ASTCENC_SIMD_INLINE vint4 operator-(vint4 a, int b) in operator -() 87 ASTCENC_SIMD_INLINE vint4 operator*(vint4 a, int b) in operator *() 95 ASTCENC_SIMD_INLINE vint4 operator|(vint4 a, int b) in operator |() 103 ASTCENC_SIMD_INLINE vint4 operator&(vint4 a, int b) in operator &() 111 ASTCENC_SIMD_INLINE vint [all...] |
H A D | astcenc_vecmathlib_sse_4.h | 37 #ifndef ASTCENC_SIMD_INLINE 56 ASTCENC_SIMD_INLINE vfloat4() = default; 64 ASTCENC_SIMD_INLINE explicit vfloat4(const float *p) in vfloat4() 74 ASTCENC_SIMD_INLINE explicit vfloat4(float a) in vfloat4() 84 ASTCENC_SIMD_INLINE explicit vfloat4(float a, float b, float c, float d) in vfloat4() 92 ASTCENC_SIMD_INLINE explicit vfloat4(__m128 a) in vfloat4() 100 template <int l> ASTCENC_SIMD_INLINE float lane() const in lane() 108 template <int l> ASTCENC_SIMD_INLINE void set_lane(float a) in set_lane() 124 static ASTCENC_SIMD_INLINE vfloat4 zero() in zero() 132 static ASTCENC_SIMD_INLINE vfloat [all...] |
H A D | astcenc_vecmathlib_none_4.h | 39 #ifndef ASTCENC_SIMD_INLINE 60 ASTCENC_SIMD_INLINE vfloat4() = default; 68 ASTCENC_SIMD_INLINE explicit vfloat4(const float* p) in vfloat4() 81 ASTCENC_SIMD_INLINE explicit vfloat4(float a) in vfloat4() 94 ASTCENC_SIMD_INLINE explicit vfloat4(float a, float b, float c, float d) in vfloat4() 105 template <int l> ASTCENC_SIMD_INLINE float lane() const in lane() 113 template <int l> ASTCENC_SIMD_INLINE void set_lane(float a) in set_lane() 121 static ASTCENC_SIMD_INLINE vfloat4 zero() in zero() 129 static ASTCENC_SIMD_INLINE vfloat4 load1(const float* p) in load1() 137 static ASTCENC_SIMD_INLINE vfloat [all...] |
H A D | astcenc_vecmathlib.h | 62 #define ASTCENC_SIMD_INLINE __forceinline macro 65 #define ASTCENC_SIMD_INLINE __attribute__((always_inline)) inline macro 68 #define ASTCENC_SIMD_INLINE __attribute__((always_inline, nodebug)) inline macro 164 ASTCENC_SIMD_INLINE unsigned int round_down_to_simd_multiple_8(unsigned int count) in round_down_to_simd_multiple_8() 176 ASTCENC_SIMD_INLINE unsigned int round_down_to_simd_multiple_4(unsigned int count) in round_down_to_simd_multiple_4() 190 ASTCENC_SIMD_INLINE unsigned int round_down_to_simd_multiple_vla(unsigned int count) in round_down_to_simd_multiple_vla() 204 ASTCENC_SIMD_INLINE unsigned int round_up_to_simd_multiple_vla(unsigned int count) in round_up_to_simd_multiple_vla() 213 ASTCENC_SIMD_INLINE vfloat change_sign(vfloat a, vfloat b) in change_sign() 227 ASTCENC_SIMD_INLINE vfloat atan(vfloat x) in atan() 239 ASTCENC_SIMD_INLINE vfloa [all...] |
H A D | astcenc_color_unquantize.cpp | 35 static ASTCENC_SIMD_INLINE vint4 uncontract_color( in uncontract_color()
|
Completed in 7 milliseconds