Home
last modified time | relevance | path

Searched defs:Inv3 (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/include/glm/simd/
Dmatrix.h369 __m128 Inv3 = _mm_mul_ps(SignA, Add03); in glm_mat4_determinant_highp() local
709 __m128 Inv3 = _mm_mul_ps(SignA, Add03); in glm_mat4_inverse() local
930 __m128 Inv3 = _mm_mul_ps(SignA, Add03); in glm_mat4_inverse_lowp() local
/device/generic/vulkan-cereal/include/glm/detail/
Dfunc_matrix.inl340 tvec4<T, P> Inv3(Vec0 * Fac2 - Vec1 * Fac4 + Vec2 * Fac5); local