Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dmatrix.c858 _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()
Ddlist.c5064 _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/
Dm_matrix.h171 _math_transposefd( GLfloat to[16], const GLdouble from[16] );
Dm_matrix.c1482 _math_transposefd( GLfloat to[16], const GLdouble from[16] ) in _math_transposefd() function