Searched refs:gatheri (Results 1 – 5 of 5) sorted by relevance
599 ASTCENC_SIMD_INLINE vint4 gatheri(const int* base, vint4 indices) in gatheri() function
568 ASTCENC_SIMD_INLINE vint8 gatheri(const int* base, vint8 indices) in gatheri() function
648 ASTCENC_SIMD_INLINE vint4 gatheri(const int* base, vint4 indices) in gatheri() function
659 ASTCENC_SIMD_INLINE vint4 gatheri(const int* base, vint4 indices) in gatheri() function
1825 TEST(vint4, gatheri) in TEST() argument1828 vint4 r = gatheri(s32_data, indices); in TEST()3369 TEST(vint8, gatheri) in TEST() argument3372 vint8 r = gatheri(s32_data, indices); in TEST()