Searched refs:_math_transposefd (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | matrix.c | 858 _math_transposefd(tm, m); in _mesa_LoadTransposeMatrixd() 867 _math_transposefd(tm, m); in _mesa_MatrixLoadTransposedEXT() 894 _math_transposefd(tm, m); in _mesa_MultTransposeMatrixd() 903 _math_transposefd(tm, m); in _mesa_MatrixMultTransposedEXT()
|
D | dlist.c | 5064 _math_transposefd(tm, m); in save_LoadTransposeMatrixdARB() 5082 _math_transposefd(tm, m); in save_MultTransposeMatrixdARB() 9581 _math_transposefd(tm, m); in save_MatrixLoadTransposedEXT() 9597 _math_transposefd(tm, m); in save_MatrixMultTransposedEXT()
|
/third_party/mesa3d/src/mesa/math/ |
D | m_matrix.h | 171 _math_transposefd( GLfloat to[16], const GLdouble from[16] );
|
D | m_matrix.c | 1482 _math_transposefd( GLfloat to[16], const GLdouble from[16] ) in _math_transposefd() function
|