Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/glm/include/glm/simd/
Dmatrix.h212 __m128 Fac2; in glm_mat4_determinant_highp() local
229 Fac2 = _mm_sub_ps(Mul00, Mul01); in glm_mat4_determinant_highp()
330 __m128 Mul02 = _mm_mul_ps(Vec3, Fac2); in glm_mat4_determinant_highp()
364 __m128 Mul09 = _mm_mul_ps(Vec0, Fac2); in glm_mat4_determinant_highp()
552 __m128 Fac2; in glm_mat4_inverse() local
569 Fac2 = _mm_sub_ps(Mul00, Mul01); in glm_mat4_inverse()
670 __m128 Mul02 = _mm_mul_ps(Vec3, Fac2); in glm_mat4_inverse()
704 __m128 Mul09 = _mm_mul_ps(Vec0, Fac2); in glm_mat4_inverse()
773 __m128 Fac2; in glm_mat4_inverse_lowp() local
790 Fac2 = _mm_sub_ps(Mul00, Mul01); in glm_mat4_inverse_lowp()
[all …]
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_matrix.inl327 tvec4<T, P> Fac2(Coef08, Coef08, Coef10, Coef11); local
337 tvec4<T, P> Inv0(Vec1 * Fac0 - Vec2 * Fac1 + Vec3 * Fac2);
340 tvec4<T, P> Inv3(Vec0 * Fac2 - Vec1 * Fac4 + Vec2 * Fac5);