Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/glm/include/glm/simd/
Dmatrix.h409 …__m128 Swp3C = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(m[3]), _MM_SHUFFLE(1, 2, 0, 0))… in glm_mat4_determinant_lowp() local
410 __m128 MulC = _mm_mul_ps(Swp2C, Swp3C); in glm_mat4_determinant_lowp()
472 __m128 Swp3C = _mm_shuffle_ps(m[3], m[3], _MM_SHUFFLE(1, 2, 0, 0)); in glm_mat4_determinant() local
473 __m128 MulC = _mm_mul_ps(Swp2C, Swp3C); in glm_mat4_determinant()