Home
last modified time | relevance | path

Searched refs:mLoopNestingLevel (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h49 mLoopNestingLevel(0), in TParseContext()
96 mLoopNestingLevel = loopNestintLevel; in setLoopNestingLevel()
105 void incrLoopNestingLevel() { ++mLoopNestingLevel; } in incrLoopNestingLevel()
106 void decrLoopNestingLevel() { --mLoopNestingLevel; } in decrLoopNestingLevel()
260 int mLoopNestingLevel; // 0 if outside all loops variable
DParseHelper.cpp3551 if(mLoopNestingLevel <= 0) in addBranch()
3558 if(mLoopNestingLevel <= 0 && mSwitchNestingLevel <= 0) in addBranch()