Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h86 … statementNestingLevel(0), loopNestingLevel(0), structNestingLevel(0), controlFlowNestingLevel(0), in TParseVersions()
181 int structNestingLevel; // 0 if outside blocks and structures variable
Dglslang.y908 --parseContext.structNestingLevel;
3335 --parseContext.structNestingLevel;
3342 --parseContext.structNestingLevel;
Dglslang.m4908 --parseContext.structNestingLevel;
3335 --parseContext.structNestingLevel;
3342 --parseContext.structNestingLevel;
DParseHelper.cpp4637 if (structNestingLevel > 0) in nestedBlockCheck()
4639 ++structNestingLevel; in nestedBlockCheck()
4644 if (structNestingLevel > 0) in nestedStructCheck()
4646 ++structNestingLevel; in nestedStructCheck()
Dglslang_tab.cpp5189 --parseContext.structNestingLevel; in yyparse()
9492 --parseContext.structNestingLevel; in yyparse()
9510 --parseContext.structNestingLevel; in yyparse()