Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/glm/include/glm/simd/
Dmatrix.h420 …__m128 SwpFacA = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(m[1]), _MM_SHUFFLE(0, 0, 0, 1… in glm_mat4_determinant_lowp() local
421 __m128 MulFacA = _mm_mul_ps(SwpFacA, SubFacA); in glm_mat4_determinant_lowp()
483 __m128 SwpFacA = _mm_shuffle_ps(m[1], m[1], _MM_SHUFFLE(0, 0, 0, 1)); in glm_mat4_determinant() local
484 __m128 MulFacA = _mm_mul_ps(SwpFacA, SubFacA); in glm_mat4_determinant()