Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/program/
H A Dprogram_parser.h182 unsigned MaxProgramMatrices; member
H A Dprogram_parse.y1630 if ((unsigned) $1 >= state->MaxProgramMatrices) {
2582 state->MaxProgramMatrices = ctx->Const.MaxProgramMatrices;
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dconsts_exts.h508 GLuint MaxProgramMatrices; member
H A Dmatrix.c88 if (m <= ctx->Const.MaxProgramMatrices) in get_named_matrix_stack()
H A Dcontext.c445 consts->MaxProgramMatrices = MAX_PROGRAM_MATRICES; in _mesa_init_constants()