Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DNodeSearch.h41 switch (node->getFlowOp()) in visitBranch()
DRunAtTheEndOfShader.cpp46 if (node->getFlowOp() == EOpReturn) in visitBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DNodeSearch.h41 switch (node->getFlowOp()) in visitBranch()
DRunAtTheEndOfShader.cpp47 if (node->getFlowOp() == EOpReturn) in visitBranch()
DFindPreciseNodes.cpp443 if (node->getFlowOp() == EOpReturn && node->getChildCount() == 1 && in visitBranch()
DIntermRebuild.cpp855 return new TIntermBranch(node.getFlowOp(), newExpr); in traverseBranchChildren()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DAddDefaultReturnStatements.cpp32 if (returnNode != nullptr && returnNode->getFlowOp() == EOpReturn) in NeedsReturnStatement()
DArrayReturnValueToOutParameter.cpp179 if (mFunctionWithArrayReturnValue && node->getFlowOp() == EOpReturn) in visitBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DEarlyFragmentTestsOptimization.cpp58 if (node->getFlowOp() == EOpKill) in visitBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DAddDefaultReturnStatements.cpp33 if (returnNode != nullptr && returnNode->getFlowOp() == EOpReturn) in NeedsReturnStatement()
DArrayReturnValueToOutParameter.cpp182 if (mFunctionWithArrayReturnValue && node->getFlowOp() == EOpReturn) in visitBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateBarrierFunctionCall.cpp39 if (branch->getFlowOp() == EOpReturn) in visitBranch()
DASTMetadataHLSL.cpp222 switch (node->getFlowOp()) in visitBranch()
DOutputTree.cpp680 switch (node->getFlowOp()) in visitBranch()
DOutputGLSLBase.cpp1032 switch (node->getFlowOp()) in visitBranch()
/third_party/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()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSimplifyLoopConditions.cpp142 if (node->getFlowOp() == EOpContinue && (mLoop.condition || mLoop.expression)) in visitBranch()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DASTMetadataHLSL.cpp238 switch (node->getFlowOp()) in visitBranch()
DOutputTree.cpp656 switch (node->getFlowOp()) in visitBranch()
DIntermNode.h237 TOperator getFlowOp() { return mFlowOp; } in getFlowOp() function
DOutputGLSLBase.cpp1121 switch (node->getFlowOp()) in visitBranch()
/third_party/skia/third_party/externals/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()
4058 switch(node->getFlowOp()) in visitBranch()
4066 default: UNREACHABLE(node->getFlowOp()); in visitBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSeparateCompoundExpressions.cpp595 pushStmt(*new TIntermBranch(node.getFlowOp(), newExpr)); in visitBranchPost()

12