Home
last modified time | relevance | path

Searched refs:getAsBranchNode (Results 1 – 10 of 10) sorted by relevance

/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1033 virtual glslang::TIntermBranch* getAsBranchNode() { return 0; } in getAsBranchNode() function
1046 virtual const glslang::TIntermBranch* getAsBranchNode() const { return 0; } in getAsBranchNode() function
1150 virtual TIntermBranch* getAsBranchNode() { return this; } in getAsBranchNode() function
1151 virtual const TIntermBranch* getAsBranchNode() const { return this; } in getAsBranchNode() function
/external/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.cpp25 if((*current)->getAsBranchNode()) // Kill, Break, Continue or Return in traverseCaseBody()
Dintermediate.h285 virtual TIntermBranch* getAsBranchNode() { return 0; } in getAsBranchNode() function
395 virtual TIntermBranch* getAsBranchNode() { return this; } in getAsBranchNode() function
DOutputASM.cpp2045 if((*caseIt)->getAsBranchNode()) in visitSwitch()
2065 if((*defaultIt)->getAsBranchNode()) // Kill, Break, Continue or Return in visitSwitch()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang.y3423 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase ||
3424 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) {
3430 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase ||
3431 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
Dglslang_tab.cpp9642 …termNode) && (yyvsp[0].interm.intermNode)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->get… in yyparse()
9643 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse()
9654 …termNode) && (yyvsp[0].interm.intermNode)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->get… in yyparse()
9655 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse()
DParseHelper.cpp7739 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence()
7742 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2680 … if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpDefault) in visitSwitch()
2682 … else if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpCase) { in visitSwitch()
2684 …caseValues.push_back(child->getAsBranchNode()->getExpression()->getAsConstantUnion()->getConstArra… in visitSwitch()
/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp3397 TIntermBranch* branch = statement ? statement->getAsBranchNode() : nullptr; in acceptCompoundStatement()
DhlslParseHelper.cpp9066 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence()
9069 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()