Searched refs:Fac4 (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/third-party/glm/include/glm/simd/ |
D | matrix.h | 252 __m128 Fac4; in glm_mat4_determinant_highp() local 269 Fac4 = _mm_sub_ps(Mul00, Mul01); in glm_mat4_determinant_highp() 342 __m128 Mul05 = _mm_mul_ps(Vec3, Fac4); in glm_mat4_determinant_highp() 365 __m128 Mul10 = _mm_mul_ps(Vec1, Fac4); in glm_mat4_determinant_highp() 592 __m128 Fac4; in glm_mat4_inverse() local 609 Fac4 = _mm_sub_ps(Mul00, Mul01); in glm_mat4_inverse() 682 __m128 Mul05 = _mm_mul_ps(Vec3, Fac4); in glm_mat4_inverse() 705 __m128 Mul10 = _mm_mul_ps(Vec1, Fac4); in glm_mat4_inverse() 813 __m128 Fac4; in glm_mat4_inverse_lowp() local 830 Fac4 = _mm_sub_ps(Mul00, Mul01); in glm_mat4_inverse_lowp() [all …]
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_matrix.inl | 329 tvec4<T, P> Fac4(Coef16, Coef16, Coef18, Coef19); local 338 tvec4<T, P> Inv1(Vec0 * Fac0 - Vec2 * Fac3 + Vec3 * Fac4); 340 tvec4<T, P> Inv3(Vec0 * Fac2 - Vec1 * Fac4 + Vec2 * Fac5);
|