Searched refs:MAX_PROGRAM_CALL_DEPTH (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_execute.h73 GLuint CallStack[MAX_PROGRAM_CALL_DEPTH]; /**< For CAL/RET instructions */
H A Dprog_execute.c474 if (machine->StackDepth >= MAX_PROGRAM_CALL_DEPTH) {
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_execute.h73 GLuint CallStack[MAX_PROGRAM_CALL_DEPTH]; /**< For CAL/RET instructions */
H A Dprog_execute.c474 if (machine->StackDepth >= MAX_PROGRAM_CALL_DEPTH) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dconfig.h198 #define MAX_PROGRAM_CALL_DEPTH 8 macro
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dconfig.h186 #define MAX_PROGRAM_CALL_DEPTH 8 macro

Completed in 9 milliseconds