Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DpropagateNoContraction.cpp316 if (node->getFlowOp() == glslang::EOpReturn && node->getExpression() && in visitBranch()
651 assert(return_node->getFlowOp() == glslang::EOpReturn && return_node->getExpression()); in propagateNoContractionInReturnNode()
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)) {
DintermOut.cpp1354 switch (node->getFlowOp()) { in visitBranch()
Dglslang_tab.cpp9642 …)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpCase || in yyparse()
9643 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse()
9654 …)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpCase || in yyparse()
9655 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse()
/external/swiftshader/src/OpenGL/compiler/
DintermOut.cpp451 switch (node->getFlowOp()) { in visitBranch()
Dintermediate.h398 TOperator getFlowOp() { return flowOp; } in getFlowOp() function
DOutputASM.cpp1968 switch(node->getFlowOp()) in visitBranch()
1986 default: UNREACHABLE(node->getFlowOp()); in visitBranch()
3980 switch(node->getFlowOp()) in visitBranch()
3988 default: UNREACHABLE(node->getFlowOp()); in visitBranch()
/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp3398 if (branch != nullptr && (branch->getFlowOp() == EOpCase || in acceptCompoundStatement()
3399 branch->getFlowOp() == EOpDefault)) { in acceptCompoundStatement()
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1153 TOperator getFlowOp() const { return flowOp; } in getFlowOp() function
/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()
2800 switch (node->getFlowOp()) { in visitBranch()