Searched refs:SwpFacC (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/third-party/glm/include/glm/simd/ |
D | matrix.h | 432 …__m128 SwpFacC = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(m[1]), _MM_SHUFFLE(2, 3, 3, 3… in glm_mat4_determinant_lowp() local 433 __m128 MulFacC = _mm_mul_ps(SwpFacC, SubFacC); in glm_mat4_determinant_lowp() 495 __m128 SwpFacC = _mm_shuffle_ps(m[1], m[1], _MM_SHUFFLE(2, 3, 3, 3)); in glm_mat4_determinant() local 496 __m128 MulFacC = _mm_mul_ps(SwpFacC, SubFacC); in glm_mat4_determinant()
|