Searched refs:StackDepth (Results 1 – 11 of 11) sorted by relevance
357 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument359 StackDepth = 0; in examineStackFrames()369 ++StackDepth; in examineStackFrames()378 ++StackDepth; in examineStackFrames()861 unsigned StackDepth = 0; in shouldInlineCall() local862 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()863 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
73 GLuint StackDepth; /**< Index/ptr to top of CallStack[] */ member
759 if (machine->StackDepth >= MAX_PROGRAM_CALL_DEPTH) { in _mesa_execute_program()762 machine->CallStack[machine->StackDepth++] = pc + 1; /* next inst */ in _mesa_execute_program()1424 if (machine->StackDepth == 0) { in _mesa_execute_program()1428 pc = machine->CallStack[--machine->StackDepth] - 1; in _mesa_execute_program()
204 machine->StackDepth = 0; in init_machine()
241 ASSERT(as->StackDepth() == 0);
258 machine->StackDepth = 0; in init_machine()
553 bool &IsRecursive, unsigned &StackDepth);