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

/external/mesa3d/test/
H A Dm_matrix.c188 static void matmul34( GLfloat *product, const GLfloat *a, const GLfloat *b ) function
216 * Joins both flags and marks the type and inverse as dirty. Calls matmul34()
224 matmul34( mat->m, mat->m, m );
236 * Joins both flags and marks the type and inverse as dirty. Calls matmul34()
248 matmul34( dest->m, a->m, b->m );

Completed in 556 milliseconds