Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h85 … statementNestingLevel(0), loopNestingLevel(0), structNestingLevel(0), controlFlowNestingLevel(0), in TParseVersions()
174 int structNestingLevel; // 0 if outside blocks and structures variable
Dglslang.y836 --parseContext.structNestingLevel;
3216 --parseContext.structNestingLevel;
3223 --parseContext.structNestingLevel;
DParseHelper.cpp4324 if (structNestingLevel > 0) in nestedBlockCheck()
4326 ++structNestingLevel; in nestedBlockCheck()
4331 if (structNestingLevel > 0) in nestedStructCheck()
4333 ++structNestingLevel; in nestedStructCheck()
Dglslang_tab.cpp5090 --parseContext.structNestingLevel; in yyparse()
9288 --parseContext.structNestingLevel; in yyparse()
9306 --parseContext.structNestingLevel; in yyparse()