Home
last modified time | relevance | path

Searched refs:MaxProgramMatrices (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprogram_parser.h181 unsigned MaxProgramMatrices; member
Dprogram_parse.y1607 if ((unsigned) $1 >= state->MaxProgramMatrices) {
2559 state->MaxProgramMatrices = ctx->Const.MaxProgramMatrices;
/external/mesa3d/src/mesa/main/
Dmatrix.c87 if (m <= ctx->Const.MaxProgramMatrices) in get_named_matrix_stack()
Dcontext.c611 consts->MaxProgramMatrices = MAX_PROGRAM_MATRICES; in _mesa_init_constants()
Dmtypes.h3752 GLuint MaxProgramMatrices; member