/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | NodeSearch.h | 41 switch (node->getFlowOp()) in visitBranch()
|
D | RunAtTheEndOfShader.cpp | 46 if (node->getFlowOp() == EOpReturn) in visitBranch()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | NodeSearch.h | 41 switch (node->getFlowOp()) in visitBranch()
|
D | RunAtTheEndOfShader.cpp | 47 if (node->getFlowOp() == EOpReturn) in visitBranch()
|
D | FindPreciseNodes.cpp | 443 if (node->getFlowOp() == EOpReturn && node->getChildCount() == 1 && in visitBranch()
|
D | IntermRebuild.cpp | 855 return new TIntermBranch(node.getFlowOp(), newExpr); in traverseBranchChildren()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | AddDefaultReturnStatements.cpp | 32 if (returnNode != nullptr && returnNode->getFlowOp() == EOpReturn) in NeedsReturnStatement()
|
D | ArrayReturnValueToOutParameter.cpp | 179 if (mFunctionWithArrayReturnValue && node->getFlowOp() == EOpReturn) in visitBranch()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
D | EarlyFragmentTestsOptimization.cpp | 58 if (node->getFlowOp() == EOpKill) in visitBranch()
|
/third_party/skia/third_party/externals/angle2/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()
|
/third_party/skia/third_party/externals/angle2/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 | OutputGLSLBase.cpp | 1032 switch (node->getFlowOp()) in visitBranch()
|
/third_party/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()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | SimplifyLoopConditions.cpp | 142 if (node->getFlowOp() == EOpContinue && (mLoop.condition || mLoop.expression)) in visitBranch()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ASTMetadataHLSL.cpp | 238 switch (node->getFlowOp()) in visitBranch()
|
D | OutputTree.cpp | 656 switch (node->getFlowOp()) in visitBranch()
|
D | IntermNode.h | 237 TOperator getFlowOp() { return mFlowOp; } in getFlowOp() function
|
D | OutputGLSLBase.cpp | 1121 switch (node->getFlowOp()) in visitBranch()
|
/third_party/skia/third_party/externals/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() 4058 switch(node->getFlowOp()) in visitBranch() 4066 default: UNREACHABLE(node->getFlowOp()); in visitBranch()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | SeparateCompoundExpressions.cpp | 595 pushStmt(*new TIntermBranch(node.getFlowOp(), newExpr)); in visitBranchPost()
|