Home
last modified time | relevance | path

Searched refs:gatheri (Results 1 - 5 of 5) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_avx2_8.h576 ASTCENC_SIMD_INLINE vint8 gatheri(const int* base, vint8 indices) in gatheri() function
H A Dastcenc_vecmathlib_neon_4.h636 ASTCENC_SIMD_INLINE vint4 gatheri(const int* base, vint4 indices) in gatheri() function
H A Dastcenc_vecmathlib_sse_4.h669 ASTCENC_SIMD_INLINE vint4 gatheri(const int* base, vint4 indices) in gatheri() function
H A Dastcenc_vecmathlib_none_4.h683 ASTCENC_SIMD_INLINE vint4 gatheri(const int* base, vint4 indices) in gatheri() function
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp1824 /** @brief Test vint4 gatheri. */
1825 TEST(vint4, gatheri) in TEST()
1828 vint4 r = gatheri(s32_data, indices); in TEST()
3368 /** @brief Test vint8 gatheri. */
3369 TEST(vint8, gatheri) in TEST()
3372 vint8 r = gatheri(s32_data, indices); in TEST()

Completed in 11 milliseconds