/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/vulkan/ |
D | EarlyFragmentTestsOptimization.cpp | 58 if (node->getFlowOp() == EOpKill) in visitBranch()
|
/external/angle/src/compiler/translator/tree_ops/d3d/ |
D | AddDefaultReturnStatements.cpp | 33 if (returnNode != nullptr && returnNode->getFlowOp() == EOpReturn) in NeedsReturnStatement()
|
D | ArrayReturnValueToOutParameter.cpp | 182 if (mFunctionWithArrayReturnValue && node->getFlowOp() == EOpReturn) in visitBranch()
|
/external/angle/src/compiler/translator/ |
D | ValidateBarrierFunctionCall.cpp | 39 if (branch->getFlowOp() == EOpReturn) in visitBranch()
|
D | ASTMetadataHLSL.cpp | 222 switch (node->getFlowOp()) in visitBranch()
|
D | OutputTree.cpp | 680 switch (node->getFlowOp()) in visitBranch()
|
D | IntermNode.h | 249 TOperator getFlowOp() { return mFlowOp; } in getFlowOp() function
|
D | OutputGLSLBase.cpp | 1005 switch (node->getFlowOp()) in visitBranch()
|
D | OutputHLSL.cpp | 2154 node->getSequence()->back()->getAsBranchNode()->getFlowOp() != EOpReturn; in visitBlock() 2909 switch (node->getFlowOp()) 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 | 3689 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase || 3690 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) { 3696 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase || 3697 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
|
/external/angle/third_party/vulkan-deps/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 | 3766 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase || 3767 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) { 3773 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase || 3774 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
|
/external/angle/src/compiler/translator/tree_ops/ |
D | SimplifyLoopConditions.cpp | 142 if (node->getFlowOp() == EOpContinue && (mLoop.condition || mLoop.expression)) 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() 4060 switch(node->getFlowOp()) in visitBranch() 4068 default: UNREACHABLE(node->getFlowOp()); in visitBranch()
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | SeparateCompoundExpressions.cpp | 591 pushStmt(*new TIntermBranch(node.getFlowOp(), newExpr)); in visitBranchPost()
|
D | IntermRebuild.cpp | 836 return new TIntermBranch(node.getFlowOp(), newExpr); in traverseBranchChildren()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslGrammar.cpp | 3418 if (branch != nullptr && (branch->getFlowOp() == EOpCase || in acceptCompoundStatement() 3419 branch->getFlowOp() == EOpDefault)) { in acceptCompoundStatement()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslGrammar.cpp | 3420 if (branch != nullptr && (branch->getFlowOp() == EOpCase || in acceptCompoundStatement() 3421 branch->getFlowOp() == EOpDefault)) { in acceptCompoundStatement()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | intermediate.h | 1249 TOperator getFlowOp() const { return flowOp; } in getFlowOp() function
|
/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 1243 TOperator getFlowOp() const { return flowOp; } in getFlowOp() function
|