Home
last modified time | relevance | path

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

12

/external/angle/src/compiler/translator/tree_util/
DNodeSearch.h41 switch (node->getFlowOp()) in visitBranch()
DRunAtTheEndOfShader.cpp47 if (node->getFlowOp() == EOpReturn) in visitBranch()
/external/angle/src/compiler/translator/tree_ops/
DEarlyFragmentTestsOptimization.cpp58 if (node->getFlowOp() == EOpKill) in visitBranch()
DAddDefaultReturnStatements.cpp33 if (returnNode != nullptr && returnNode->getFlowOp() == EOpReturn) in NeedsReturnStatement()
DArrayReturnValueToOutParameter.cpp183 if (mFunctionWithArrayReturnValue && node->getFlowOp() == EOpReturn) in visitBranch()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DpropagateNoContraction.cpp318 if (node->getFlowOp() == glslang::EOpReturn && node->getExpression() && in visitBranch()
653 assert(return_node->getFlowOp() == glslang::EOpReturn && return_node->getExpression()); in propagateNoContractionInReturnNode()
Dglslang.y3559 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase ||
3560 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) {
3566 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase ||
3567 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
Dglslang.m43559 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase ||
3560 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) {
3566 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase ||
3567 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
DintermOut.cpp1408 switch (node->getFlowOp()) { in visitBranch()
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DpropagateNoContraction.cpp318 if (node->getFlowOp() == glslang::EOpReturn && node->getExpression() && in visitBranch()
653 assert(return_node->getFlowOp() == glslang::EOpReturn && return_node->getExpression()); in propagateNoContractionInReturnNode()
Dglslang.y3559 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase ||
3560 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) {
3566 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase ||
3567 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
Dglslang.m43559 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase ||
3560 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) {
3566 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase ||
3567 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
DintermOut.cpp1408 switch (node->getFlowOp()) { in visitBranch()
/external/angle/src/compiler/translator/
DASTMetadataHLSL.cpp238 switch (node->getFlowOp()) in visitBranch()
DOutputTree.cpp665 switch (node->getFlowOp()) in visitBranch()
DIntermNode.h247 TOperator getFlowOp() { return mFlowOp; } in getFlowOp() function
DOutputGLSLBase.cpp1167 switch (node->getFlowOp()) in visitBranch()
DOutputHLSL.cpp2140 node->getSequence()->back()->getAsBranchNode()->getFlowOp() != EOpReturn; in visitBlock()
2867 switch (node->getFlowOp()) in visitBranch()
/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()
4046 switch(node->getFlowOp()) in visitBranch()
4054 default: UNREACHABLE(node->getFlowOp()); in visitBranch()
/external/angle/third_party/glslang/src/hlsl/
DhlslGrammar.cpp3405 if (branch != nullptr && (branch->getFlowOp() == EOpCase || in acceptCompoundStatement()
3406 branch->getFlowOp() == EOpDefault)) { in acceptCompoundStatement()
/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp3405 if (branch != nullptr && (branch->getFlowOp() == EOpCase || in acceptCompoundStatement()
3406 branch->getFlowOp() == EOpDefault)) { in acceptCompoundStatement()
/external/angle/third_party/glslang/src/glslang/Include/
Dintermediate.h1231 TOperator getFlowOp() const { return flowOp; } in getFlowOp() function
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1231 TOperator getFlowOp() const { return flowOp; } in getFlowOp() function

12