Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib_neon_4.h599 ASTCENC_SIMD_INLINE vint4 gatheri(const int* base, vint4 indices) in gatheri() function
Dastcenc_vecmathlib_avx2_8.h568 ASTCENC_SIMD_INLINE vint8 gatheri(const int* base, vint8 indices) in gatheri() function
Dastcenc_vecmathlib_sse_4.h648 ASTCENC_SIMD_INLINE vint4 gatheri(const int* base, vint4 indices) in gatheri() function
Dastcenc_vecmathlib_none_4.h659 ASTCENC_SIMD_INLINE vint4 gatheri(const int* base, vint4 indices) in gatheri() function
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp1825 TEST(vint4, gatheri) in TEST() argument
1828 vint4 r = gatheri(s32_data, indices); in TEST()
3369 TEST(vint8, gatheri) in TEST() argument
3372 vint8 r = gatheri(s32_data, indices); in TEST()