Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.h49 mLoopNestingLevel(0), in TParseContext()
98 mLoopNestingLevel = loopNestintLevel; in setLoopNestingLevel()
107 void incrLoopNestingLevel() { ++mLoopNestingLevel; } in incrLoopNestingLevel()
108 void decrLoopNestingLevel() { --mLoopNestingLevel; } in decrLoopNestingLevel()
261 int mLoopNestingLevel; // 0 if outside all loops variable
DParseHelper.cpp3480 if(mLoopNestingLevel <= 0) in addBranch()
3487 if(mLoopNestingLevel <= 0 && mSwitchNestingLevel <= 0) in addBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h80 void setLoopNestingLevel(int loopNestintLevel) { mLoopNestingLevel = loopNestintLevel; } in setLoopNestingLevel()
82 void incrLoopNestingLevel() { ++mLoopNestingLevel; } in incrLoopNestingLevel()
83 void decrLoopNestingLevel() { --mLoopNestingLevel; } in decrLoopNestingLevel()
671 int mLoopNestingLevel; // 0 if outside all loops variable
DParseContext.cpp201 mLoopNestingLevel(0), in TParseContext()
6442 if (mLoopNestingLevel <= 0) in addBranch()
6448 if (mLoopNestingLevel <= 0 && mSwitchNestingLevel <= 0) in addBranch()