Home
last modified time | relevance | path

Searched refs:vint8 (Results 1 - 3 of 3) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_avx2_8.h150 // vint8 data type
156 struct vint8 struct
161 ASTCENC_SIMD_INLINE vint8() = default;
169 ASTCENC_SIMD_INLINE explicit vint8(const int *p) in vint8() function
177 ASTCENC_SIMD_INLINE explicit vint8(const uint8_t *p) in vint8() function
188 ASTCENC_SIMD_INLINE explicit vint8(int a) in vint8() function
198 ASTCENC_SIMD_INLINE explicit vint8( in vint8() function
208 ASTCENC_SIMD_INLINE explicit vint8(__m256i a) in vint8() function
230 static ASTCENC_SIMD_INLINE vint8 zero() in zero()
232 return vint8(_mm256_setzero_si25 in zero()
[all...]
H A Dastcenc_vecmathlib.h38 * Explicit 8-wide types are accessible via the vint8, vfloat8, and vmask8
88 using vint = vint8;
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp2638 vint8 msb(msb_set, 0, msb_set, 0, msb_set, 0, msb_set, 0); in TEST()
2670 vint8 indices(0, 4, 3, 2, 7, 4, 3, 2); in TEST()
2718 vint8 r = float_to_int(a); in TEST()
2729 // vint8 tests - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2731 /** @brief Test unaligned vint8 data load. */
2732 TEST(vint8, UnalignedLoad) in TEST()
2734 vint8 a(&(s32_data[1])); in TEST()
2745 /** @brief Test unaligned vint8 data load. */
2746 TEST(vint8, UnalignedLoad8) in TEST()
2748 vint8 in TEST()
[all...]

Completed in 7 milliseconds