Searched refs:MAX_PROGRAM_MATRICES (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dconfig.h196 #define MAX_PROGRAM_MATRICES 8 macro
H A Dcontext.c619 consts->MaxProgramMatrices = MAX_PROGRAM_MATRICES;
H A Dmtypes.h4860 struct gl_matrix_stack ProgramMatrixStack[MAX_PROGRAM_MATRICES];
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dconfig.h184 #define MAX_PROGRAM_MATRICES 8 macro
H A Dglthread.h138 M_PROGRAM_LAST = M_PROGRAM0 + MAX_PROGRAM_MATRICES - 1,
H A Dglthread_marshal.h433 if (mode >= GL_MATRIX0_ARB && mode <= GL_MATRIX0_ARB + MAX_PROGRAM_MATRICES - 1)
H A Dcontext.c527 consts->MaxProgramMatrices = MAX_PROGRAM_MATRICES;
H A Dmtypes.h5276 struct gl_matrix_stack ProgramMatrixStack[MAX_PROGRAM_MATRICES];

Completed in 46 milliseconds