Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmatrix.c828 _math_transposef(tm, m); in _mesa_LoadTransposeMatrixf()
837 _math_transposef(tm, m); in _mesa_MatrixLoadTransposefEXT()
864 _math_transposef(tm, m); in _mesa_MultTransposeMatrixf()
873 _math_transposef(tm, m); in _mesa_MatrixMultTransposefEXT()
Ddlist.c5207 _math_transposef(tm, m); in save_LoadTransposeMatrixfARB()
5225 _math_transposef(tm, m); in save_MultTransposeMatrixfARB()
9767 _math_transposef(tm, m); in save_MatrixLoadTransposefEXT()
9783 _math_transposef(tm, m); in save_MatrixMultTransposefEXT()
/external/mesa3d/src/mesa/math/
Dm_matrix.h165 _math_transposef( GLfloat to[16], const GLfloat from[16] );
Dm_matrix.c1543 _math_transposef( GLfloat to[16], const GLfloat from[16] ) in _math_transposef() function