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

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_execute.h73 GLuint StackDepth; /**< Index/ptr to top of CallStack[] */ member in struct:gl_program_machine
H A Dprog_execute.c759 if (machine->StackDepth >= MAX_PROGRAM_CALL_DEPTH) {
762 machine->CallStack[machine->StackDepth++] = pc + 1; /* next inst */
1424 if (machine->StackDepth == 0) {
1428 pc = machine->CallStack[--machine->StackDepth] - 1;
/external/mesa3d/src/mesa/program/
H A Dprog_execute.h73 GLuint StackDepth; /**< Index/ptr to top of CallStack[] */ member in struct:gl_program_machine
H A Dprog_execute.c759 if (machine->StackDepth >= MAX_PROGRAM_CALL_DEPTH) {
762 machine->CallStack[machine->StackDepth++] = pc + 1; /* next inst */
1424 if (machine->StackDepth == 0) {
1428 pc = machine->CallStack[--machine->StackDepth] - 1;
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp357 bool &IsRecursive, unsigned &StackDepth) {
359 StackDepth = 0;
369 ++StackDepth;
378 ++StackDepth;
861 unsigned StackDepth = 0; local
862 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth);
863 if ((StackDepth >= Opts.InlineMaxStackDepth) &&
356 examineStackFrames(const Decl *D, const LocationContext *LCtx, bool &IsRecursive, unsigned &StackDepth) argument
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_fragprog.c204 machine->StackDepth = 0;
/external/mesa3d/src/mesa/swrast/
H A Ds_fragprog.c204 machine->StackDepth = 0;
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_program.c258 machine->StackDepth = 0;
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_program.c258 machine->StackDepth = 0;
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A DSDL_epocaudio.cpp241 ASSERT(as->StackDepth() == 0);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h553 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 813 milliseconds