Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp2905 ++parseContext.controlFlowNestingLevel; // this only needs to work right if no errors in acceptConditionalExpression()
2925 --parseContext.controlFlowNestingLevel; in acceptConditionalExpression()
3636 ++parseContext.controlFlowNestingLevel; // this only needs to work right if no errors in acceptSelectionStatement()
3658 --parseContext.controlFlowNestingLevel; in acceptSelectionStatement()
3685 ++parseContext.controlFlowNestingLevel; in acceptSwitchStatement()
3687 --parseContext.controlFlowNestingLevel; in acceptSwitchStatement()
3723 ++parseContext.controlFlowNestingLevel; in acceptIterationStatement()
3740 --parseContext.controlFlowNestingLevel; in acceptIterationStatement()
3748 ++parseContext.controlFlowNestingLevel; in acceptIterationStatement()
3773 --parseContext.controlFlowNestingLevel; in acceptIterationStatement()
[all …]
DhlslParseHelper.cpp1732 controlFlowNestingLevel = 0; in handleFunctionDefinition()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang.y683 ++parseContext.controlFlowNestingLevel;
686 --parseContext.controlFlowNestingLevel;
3390 ++parseContext.controlFlowNestingLevel;
3393 --parseContext.controlFlowNestingLevel;
3399 ++parseContext.controlFlowNestingLevel;
3404 --parseContext.controlFlowNestingLevel;
3501 ++parseContext.controlFlowNestingLevel;
3514 --parseContext.controlFlowNestingLevel;
3567 ++parseContext.controlFlowNestingLevel;
3574 --parseContext.controlFlowNestingLevel;
[all …]
DParseHelper.h85 … statementNestingLevel(0), loopNestingLevel(0), structNestingLevel(0), controlFlowNestingLevel(0), in TParseVersions()
175 int controlFlowNestingLevel; // 0 if outside all flow control variable
Dglslang_tab.cpp4814 ++parseContext.controlFlowNestingLevel; in yyparse()
4822 --parseContext.controlFlowNestingLevel; in yyparse()
9585 ++parseContext.controlFlowNestingLevel; in yyparse()
9593 --parseContext.controlFlowNestingLevel; in yyparse()
9604 ++parseContext.controlFlowNestingLevel; in yyparse()
9614 --parseContext.controlFlowNestingLevel; in yyparse()
9765 ++parseContext.controlFlowNestingLevel; in yyparse()
9783 --parseContext.controlFlowNestingLevel; in yyparse()
9860 ++parseContext.controlFlowNestingLevel; in yyparse()
9872 --parseContext.controlFlowNestingLevel; in yyparse()
[all …]
DParseHelper.cpp1022 controlFlowNestingLevel = 0; in handleFunctionDefinition()
1335 if (controlFlowNestingLevel > 0) in checkLocation()