Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
Dm_matrix.c189 static void matmul34( GLfloat *product, const GLfloat *a, const GLfloat *b ) in matmul34() function
225 matmul34( mat->m, mat->m, m ); in matrix_multf()
249 matmul34( dest->m, a->m, b->m ); in _math_matrix_mul_matrix()