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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dclip.c42 _math_matrix_analyse( ctx->ProjectionMatrixStack.Top );
78 _math_matrix_analyse( ctx->ModelviewMatrixStack.Top );
H A Dmatrix.c567 * Calls _math_matrix_analyse() with the top-matrix of the projection matrix
580 _math_matrix_analyse( ctx->ProjectionMatrixStack.Top );
603 * and analyzes the resulting matrix via _math_matrix_analyse().
612 _math_matrix_analyse( &ctx->_ModelProjectMatrix );
630 _math_matrix_analyse( ctx->ModelviewMatrixStack.Top );
H A Dtexgen.c165 _math_matrix_analyse(ctx->ModelviewMatrixStack.Top);
H A Dtexstate.c397 _math_matrix_analyse( ctx->TextureMatrixStack[u].Top );
H A Dattrib.c1217 _math_matrix_analyse(ctx->ModelviewMatrixStack.Top);
1429 _math_matrix_analyse(ctx->ProjectionMatrixStack.Top);
H A Dlight.c234 _math_matrix_analyse(ctx->ModelviewMatrixStack.Top);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dclip.c43 _math_matrix_analyse( ctx->ProjectionMatrixStack.Top );
79 _math_matrix_analyse( ctx->ModelviewMatrixStack.Top );
H A Dmatrix.c934 _math_matrix_analyse(ctx->ProjectionMatrixStack.Top);
961 _math_matrix_analyse( ctx->ModelviewMatrixStack.Top );
H A Dtexgen.c163 _math_matrix_analyse(ctx->ModelviewMatrixStack.Top);
H A Dtexstate.c402 _math_matrix_analyse( ctx->TextureMatrixStack[u].Top );
H A Dattrib.c956 _math_matrix_analyse(ctx->ModelviewMatrixStack.Top);
1178 _math_matrix_analyse(ctx->ProjectionMatrixStack.Top);
H A Dlight.c295 _math_matrix_analyse(ctx->ModelviewMatrixStack.Top);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_matrix.h135 _math_matrix_analyse( GLmatrix *mat );
H A Dm_matrix.c1365 _math_matrix_analyse( GLmatrix *mat ) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_matrix.h141 _math_matrix_analyse( GLmatrix *mat );
H A Dm_matrix.c1279 _math_matrix_analyse( GLmatrix *mat ) function in typeref:typename:void
1376 _math_matrix_analyse(from);
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vb_vertex.c162 _math_matrix_analyse(&ctx->_ModelProjectMatrix);
H A Dt_vb_program.c406 _math_matrix_analyse(&ctx->_ModelProjectMatrix);
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_statevars.c367 _math_matrix_analyse(matrix); /* make sure the inverse is up to date */
378 _math_matrix_analyse(matrix); /* make sure the inverse is up to date */
389 _math_matrix_analyse(matrix); /* make sure the inverse is up to date */
400 _math_matrix_analyse(matrix); /* make sure the inverse is up to date */
443 _math_matrix_analyse((GLmatrix*)matrix); /* Be sure inverse is up to date: */
458 _math_matrix_analyse((GLmatrix*)matrix); /* Be sure inverse is up to date: */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_statevars.c332 _math_matrix_analyse( (GLmatrix*) matrix );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c1041 _math_matrix_analyse( &(rmesa->TexGenMatrix[unit]) );
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c1035 _math_matrix_analyse( &(rmesa->TexGenMatrix[unit]) );
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst2112 - mesa: remove redundant \_math_matrix_analyse calls in fetch_state

Completed in 33 milliseconds