Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dconfig.h191 #define MAX_PROGRAM_MATRICES 8 macro
H A Dglthread.h191 M_PROGRAM_LAST = M_PROGRAM0 + MAX_PROGRAM_MATRICES - 1,
H A Dglthread_marshal.h449 if (mode >= GL_MATRIX0_ARB && mode <= GL_MATRIX0_ARB + MAX_PROGRAM_MATRICES - 1) in _mesa_get_matrix_index()
H A Dcontext.c445 consts->MaxProgramMatrices = MAX_PROGRAM_MATRICES; in _mesa_init_constants()
H A Dmtypes.h3312 struct gl_matrix_stack ProgramMatrixStack[MAX_PROGRAM_MATRICES];