Searched refs:StackDepth (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/program/
H A Dprog_execute.h72 GLuint StackDepth; /**< Index/ptr to top of CallStack[] */ member in struct:gl_program_machine
H A Dprog_execute.c471 if (machine->StackDepth >= MAX_PROGRAM_CALL_DEPTH) {
474 machine->CallStack[machine->StackDepth++] = pc + 1; /* next inst */
941 if (machine->StackDepth == 0) {
945 pc = machine->CallStack[--machine->StackDepth] - 1;
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp360 bool &IsRecursive, unsigned &StackDepth) {
362 StackDepth = 0;
372 ++StackDepth;
381 ++StackDepth;
850 unsigned StackDepth = 0; local
851 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth);
852 if ((StackDepth >= Opts.InlineMaxStackDepth) &&
359 examineStackFrames(const Decl *D, const LocationContext *LCtx, bool &IsRecursive, unsigned &StackDepth) argument
/external/mesa3d/src/mesa/swrast/
H A Ds_fragprog.c192 machine->StackDepth = 0;
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_program.c235 machine->StackDepth = 0;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h581 bool &IsRecursive, unsigned &StackDepth);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 234 milliseconds