HomeSort by relevance Sort by last modified time
    Searched refs:mLoopNestingLevel (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
ParseHelper.h 49 mLoopNestingLevel(0),
98 mLoopNestingLevel = loopNestintLevel;
107 void incrLoopNestingLevel() { ++mLoopNestingLevel; }
108 void decrLoopNestingLevel() { --mLoopNestingLevel; }
261 int mLoopNestingLevel; // 0 if outside all loops
ParseHelper.cpp     [all...]

Completed in 49 milliseconds