Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/glm/include/glm/simd/
Dmatrix.h425 …__m128 SwpFacB = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(m[1]), _MM_SHUFFLE(1, 1, 2, 2… in glm_mat4_determinant_lowp() local
426 __m128 MulFacB = _mm_mul_ps(SwpFacB, SubFacB); in glm_mat4_determinant_lowp()
488 __m128 SwpFacB = _mm_shuffle_ps(m[1], m[1], _MM_SHUFFLE(1, 1, 2, 2)); in glm_mat4_determinant() local
489 __m128 MulFacB = _mm_mul_ps(SwpFacB, SubFacB); in glm_mat4_determinant()