Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
Dprogram_parser.h181 unsigned MaxProgramMatrices; member
Dprogram_parse.y1622 if ((unsigned) $1 >= state->MaxProgramMatrices) {
2572 state->MaxProgramMatrices = ctx->Const.MaxProgramMatrices;
/third_party/mesa3d/src/mesa/main/
Dconsts_exts.h507 GLuint MaxProgramMatrices; member
Dmatrix.c88 if (m <= ctx->Const.MaxProgramMatrices) in get_named_matrix_stack()
Dcontext.c468 consts->MaxProgramMatrices = MAX_PROGRAM_MATRICES; in _mesa_init_constants()