Home
last modified time | relevance | path

Searched refs:controlFlowNestingLevel (Results 1 – 7 of 7) sorted by relevance

/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp2920 ++parseContext.controlFlowNestingLevel; // this only needs to work right if no errors in acceptConditionalExpression()
2940 --parseContext.controlFlowNestingLevel; in acceptConditionalExpression()
3656 ++parseContext.controlFlowNestingLevel; // this only needs to work right if no errors in acceptSelectionStatement()
3678 --parseContext.controlFlowNestingLevel; in acceptSelectionStatement()
3705 ++parseContext.controlFlowNestingLevel; in acceptSwitchStatement()
3707 --parseContext.controlFlowNestingLevel; in acceptSwitchStatement()
3743 ++parseContext.controlFlowNestingLevel; in acceptIterationStatement()
3760 --parseContext.controlFlowNestingLevel; in acceptIterationStatement()
3768 ++parseContext.controlFlowNestingLevel; in acceptIterationStatement()
3793 --parseContext.controlFlowNestingLevel; in acceptIterationStatement()
[all …]
DhlslParseHelper.cpp1739 controlFlowNestingLevel = 0; in handleFunctionDefinition()
/third_party/glslang/glslang/MachineIndependent/
Dglslang.y756 ++parseContext.controlFlowNestingLevel;
759 --parseContext.controlFlowNestingLevel;
3526 ++parseContext.controlFlowNestingLevel;
3529 --parseContext.controlFlowNestingLevel;
3535 ++parseContext.controlFlowNestingLevel;
3540 --parseContext.controlFlowNestingLevel;
3641 ++parseContext.controlFlowNestingLevel;
3654 --parseContext.controlFlowNestingLevel;
3709 ++parseContext.controlFlowNestingLevel;
3716 --parseContext.controlFlowNestingLevel;
[all …]
DParseHelper.h86 … statementNestingLevel(0), loopNestingLevel(0), structNestingLevel(0), controlFlowNestingLevel(0), in TParseVersions()
182 int controlFlowNestingLevel; // 0 if outside all flow control variable
Dglslang.m4756 ++parseContext.controlFlowNestingLevel;
759 --parseContext.controlFlowNestingLevel;
3526 ++parseContext.controlFlowNestingLevel;
3529 --parseContext.controlFlowNestingLevel;
3535 ++parseContext.controlFlowNestingLevel;
3540 --parseContext.controlFlowNestingLevel;
3641 ++parseContext.controlFlowNestingLevel;
3654 --parseContext.controlFlowNestingLevel;
3709 ++parseContext.controlFlowNestingLevel;
3716 --parseContext.controlFlowNestingLevel;
[all …]
Dglslang_tab.cpp4914 ++parseContext.controlFlowNestingLevel; in yyparse()
4922 --parseContext.controlFlowNestingLevel; in yyparse()
9805 ++parseContext.controlFlowNestingLevel; in yyparse()
9813 --parseContext.controlFlowNestingLevel; in yyparse()
9824 ++parseContext.controlFlowNestingLevel; in yyparse()
9834 --parseContext.controlFlowNestingLevel; in yyparse()
9985 ++parseContext.controlFlowNestingLevel; in yyparse()
10003 --parseContext.controlFlowNestingLevel; in yyparse()
10080 ++parseContext.controlFlowNestingLevel; in yyparse()
10092 --parseContext.controlFlowNestingLevel; in yyparse()
[all …]
DParseHelper.cpp1115 controlFlowNestingLevel = 0; in handleFunctionDefinition()
1456 if (controlFlowNestingLevel > 0) in checkLocation()
1471 if (controlFlowNestingLevel > 0) in checkLocation()
1492 if (controlFlowNestingLevel > 0) in checkLocation()