Home
last modified time | relevance | path

Searched refs:MAX_PROGRAM_CALL_DEPTH (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_execute.h71 GLuint CallStack[MAX_PROGRAM_CALL_DEPTH]; /**< For CAL/RET instructions */
Dprog_execute.c471 if (machine->StackDepth >= MAX_PROGRAM_CALL_DEPTH) { in _mesa_execute_program()
/external/mesa3d/src/mesa/main/
Dconfig.h198 #define MAX_PROGRAM_CALL_DEPTH 8 macro