Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
Dm_matrix.c163 static void matmul4( GLfloat *product, const GLfloat *a, const GLfloat *b ) in matmul4() function
221 matmul4( mat->m, mat->m, m ); in matrix_multf()
245 matmul4( dest->m, a->m, b->m ); in _math_matrix_mul_matrix()
265 matmul4( dest->m, dest->m, m ); in _math_matrix_mul_floats()
304 matmul4(prod, m->m, m->inv); in _math_matrix_print()