HomeSort by relevance Sort by last modified time
    Searched refs:MAX_PROGRAM_CALL_DEPTH (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/main/
config.h 187 #define MAX_PROGRAM_CALL_DEPTH 8
  /external/mesa3d/src/mesa/program/
prog_execute.h 72 GLuint CallStack[MAX_PROGRAM_CALL_DEPTH]; /**< For CAL/RET instructions */
prog_execute.c 759 if (machine->StackDepth >= MAX_PROGRAM_CALL_DEPTH) {
    [all...]

Completed in 35 milliseconds