Searched defs:matmul4 (Results 1 - 2 of 2) sorted by last modified time

/external/mesa3d/src/mesa/math/
H A Dm_matrix.c163 static void matmul4( GLfloat *product, const GLfloat *a, const GLfloat *b ) function
212 * if both matrices are 3D, or matmul4() otherwise.
221 matmul4( mat->m, mat->m, m );
232 * if both matrices are 3D, or matmul4() otherwise.
245 matmul4( dest->m, a->m, b->m );
255 * Calls matmul4() for the multiplication.
265 matmul4( dest->m, dest->m, m );
304 matmul4(prod, m->m, m->inv);
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_matrix.c163 static void matmul4( GLfloat *product, const GLfloat *a, const GLfloat *b ) function
212 * if both matrices are 3D, or matmul4() otherwise.
221 matmul4( mat->m, mat->m, m );
232 * if both matrices are 3D, or matmul4() otherwise.
245 matmul4( dest->m, a->m, b->m );
255 * Calls matmul4() for the multiplication.
265 matmul4( dest->m, dest->m, m );
304 matmul4(prod, m->m, m->inv);

Completed in 116 milliseconds