Searched refs:MAX_PROGRAM_CALL_DEPTH (Results 1 – 3 of 3) sorted by relevance
72 GLuint CallStack[MAX_PROGRAM_CALL_DEPTH]; /**< For CAL/RET instructions */
759 if (machine->StackDepth >= MAX_PROGRAM_CALL_DEPTH) { in _mesa_execute_program()
187 #define MAX_PROGRAM_CALL_DEPTH 8 macro