Home
last modified time | relevance | path

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

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