Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/glm/include/glm/simd/
Dmatrix.h401 …__m128 Swp3B = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(m[3]), _MM_SHUFFLE(0, 1, 1, 2))… in glm_mat4_determinant_lowp() local
402 __m128 MulB = _mm_mul_ps(Swp2B, Swp3B); in glm_mat4_determinant_lowp()
464 __m128 Swp3B = _mm_shuffle_ps(m[3], m[3], _MM_SHUFFLE(0, 1, 1, 2)); in glm_mat4_determinant() local
465 __m128 MulB = _mm_mul_ps(Swp2B, Swp3B); in glm_mat4_determinant()