Home
last modified time | relevance | path

Searched refs:matmul34 (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/math/
H A Dm_matrix.c189 static void matmul34( GLfloat *product, const GLfloat *a, const GLfloat *b ) in matmul34() function
217 * Joins both flags and marks the type and inverse as dirty. Calls matmul34()
225 matmul34( mat->m, mat->m, m ); in matrix_multf()
237 * Joins both flags and marks the type and inverse as dirty. Calls matmul34()
249 matmul34( dest->m, a->m, b->m ); in _math_matrix_mul_matrix()

Completed in 2 milliseconds