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), blockNestingLevel(0), contro… in TParseVersions()
183 int structNestingLevel; // 0 if outside structures variable
DParseHelper.cpp3788 if (!isMemberCheck || structNestingLevel > 0) in globalQualifierFixCheck()
5085 if (structNestingLevel > 0 || blockNestingLevel > 0) in nestedBlockCheck()
5092 if (structNestingLevel > 0 || blockNestingLevel > 0) in nestedStructCheck()
5094 ++structNestingLevel; in nestedStructCheck()
Dglslang.y3561 --parseContext.structNestingLevel;
3568 --parseContext.structNestingLevel;
Dglslang.m43561 --parseContext.structNestingLevel;
3568 --parseContext.structNestingLevel;
Dglslang_tab.cpp10826 --parseContext.structNestingLevel; in yyparse()
10844 --parseContext.structNestingLevel; in yyparse()