/external/angle/src/compiler/translator/tree_util/ |
D | NodeSearch.h | 41 switch (node->getFlowOp()) in visitBranch()
|
D | RunAtTheEndOfShader.cpp | 47 if (node->getFlowOp() == EOpReturn) in visitBranch()
|
/external/angle/src/compiler/translator/tree_ops/ |
D | EarlyFragmentTestsOptimization.cpp | 58 if (node->getFlowOp() == EOpKill) in visitBranch()
|
D | AddDefaultReturnStatements.cpp | 33 if (returnNode != nullptr && returnNode->getFlowOp() == EOpReturn) in NeedsReturnStatement()
|
D | ArrayReturnValueToOutParameter.cpp | 183 if (mFunctionWithArrayReturnValue && node->getFlowOp() == EOpReturn) in visitBranch()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | propagateNoContraction.cpp | 318 if (node->getFlowOp() == glslang::EOpReturn && node->getExpression() && in visitBranch() 653 assert(return_node->getFlowOp() == glslang::EOpReturn && return_node->getExpression()); in propagateNoContractionInReturnNode()
|
D | glslang.y | 3559 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)) {
|
D | glslang.m4 | 3559 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)) {
|
D | intermOut.cpp | 1408 switch (node->getFlowOp()) { in visitBranch()
|
/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
D | propagateNoContraction.cpp | 318 if (node->getFlowOp() == glslang::EOpReturn && node->getExpression() && in visitBranch() 653 assert(return_node->getFlowOp() == glslang::EOpReturn && return_node->getExpression()); in propagateNoContractionInReturnNode()
|
D | glslang.y | 3559 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)) {
|
D | glslang.m4 | 3559 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)) {
|
D | intermOut.cpp | 1408 switch (node->getFlowOp()) { in visitBranch()
|
/external/angle/src/compiler/translator/ |
D | ASTMetadataHLSL.cpp | 238 switch (node->getFlowOp()) in visitBranch()
|
D | OutputTree.cpp | 665 switch (node->getFlowOp()) in visitBranch()
|
D | IntermNode.h | 247 TOperator getFlowOp() { return mFlowOp; } in getFlowOp() function
|
D | OutputGLSLBase.cpp | 1167 switch (node->getFlowOp()) in visitBranch()
|
D | OutputHLSL.cpp | 2140 node->getSequence()->back()->getAsBranchNode()->getFlowOp() != EOpReturn; in visitBlock() 2867 switch (node->getFlowOp()) in visitBranch()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | intermOut.cpp | 451 switch (node->getFlowOp()) { in visitBranch()
|
D | intermediate.h | 398 TOperator getFlowOp() { return flowOp; } in getFlowOp() function
|
D | OutputASM.cpp | 1968 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/ |
D | hlslGrammar.cpp | 3405 if (branch != nullptr && (branch->getFlowOp() == EOpCase || in acceptCompoundStatement() 3406 branch->getFlowOp() == EOpDefault)) { in acceptCompoundStatement()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslGrammar.cpp | 3405 if (branch != nullptr && (branch->getFlowOp() == EOpCase || in acceptCompoundStatement() 3406 branch->getFlowOp() == EOpDefault)) { in acceptCompoundStatement()
|
/external/angle/third_party/glslang/src/glslang/Include/ |
D | intermediate.h | 1231 TOperator getFlowOp() const { return flowOp; } in getFlowOp() function
|
/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 1231 TOperator getFlowOp() const { return flowOp; } in getFlowOp() function
|