Searched refs:matmul34 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ |
| H A D | m_matrix.c | 189 static void matmul34( GLfloat *product, const GLfloat *a, const GLfloat *b ) function in typeref:typename:void 217 * Joins both flags and marks the type and inverse as dirty. Calls matmul34() 225 matmul34( mat->m, mat->m, m ); 237 * Joins both flags and marks the type and inverse as dirty. Calls matmul34() 249 matmul34( dest->m, a->m, b->m );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| H A D | m_matrix.c | 185 static void matmul34( GLfloat *product, const GLfloat *a, const GLfloat *b ) function in typeref:typename:void 213 * Joins both flags and marks the type and inverse as dirty. Calls matmul34() 221 matmul34( mat->m, mat->m, m ); 233 * Joins both flags and marks the type and inverse as dirty. Calls matmul34() 245 matmul34( dest->m, a->m, b->m );
|
Completed in 5 milliseconds