Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DNodeSearch.h41 switch (node->getFlowOp())
H A DRunAtTheEndOfShader.cpp47 if (node->getFlowOp() == EOpReturn)
H A DFindPreciseNodes.cpp443 if (node->getFlowOp() == EOpReturn && node->getChildCount() == 1 &&
H A DIntermRebuild.cpp855 return new TIntermBranch(node.getFlowOp(), newExpr); in traverseBranchChildren()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DEarlyFragmentTestsOptimization.cpp58 if (node->getFlowOp() == EOpKill) in visitBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DAddDefaultReturnStatements.cpp33 if (returnNode != nullptr && returnNode->getFlowOp() == EOpReturn) in NeedsReturnStatement()
H A DArrayReturnValueToOutParameter.cpp182 if (mFunctionWithArrayReturnValue && node->getFlowOp() == EOpReturn) in visitBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateBarrierFunctionCall.cpp39 if (branch->getFlowOp() == EOpReturn)
H A DASTMetadataHLSL.cpp222 switch (node->getFlowOp())
H A DOutputTree.cpp680 switch (node->getFlowOp()) in visitBranch()
H A DOutputGLSLBase.cpp1032 switch (node->getFlowOp()) in visitBranch()
H A DOutputHLSL.cpp2161 node->getSequence()->back()->getAsBranchNode()->getFlowOp() != EOpReturn; in visitBlock()
2914 switch (node->getFlowOp()) in visitBranch()
H A DIntermNode.h266 TOperator getFlowOp() { return mFlowOp; } in getFlowOp() function in sh::TIntermBranch
H A DOutputSPIRV.cpp6243 switch (node->getFlowOp()) in visitBranch()
/third_party/glslang/glslang/MachineIndependent/
H A DpropagateNoContraction.cpp316 if (node->getFlowOp() == glslang::EOpReturn && node->getExpression() && in visitBranch()
651 assert(return_node->getFlowOp() == glslang::EOpReturn && return_node->getExpression()); in propagateNoContractionInReturnNode()
H A DintermOut.cpp1442 switch (node->getFlowOp()) { in visitBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DSimplifyLoopConditions.cpp142 if (node->getFlowOp() == EOpContinue && (mLoop.condition || mLoop.expression)) in visitBranch()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp451 switch (node->getFlowOp()) { in visitBranch()
H A Dintermediate.h398 TOperator getFlowOp() { return flowOp; } in getFlowOp() function in TIntermBranch
H A 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/
H A DSeparateCompoundExpressions.cpp595 pushStmt(*new TIntermBranch(node.getFlowOp(), newExpr));
H A DEmitMetal.cpp2371 const TOperator flowOp = branchNode->getFlowOp();
/third_party/glslang/glslang/HLSL/
H A DhlslGrammar.cpp3711 if (branch != nullptr && (branch->getFlowOp() == EOpCase || in acceptCompoundStatement()
3712 branch->getFlowOp() == EOpDefault)) { in acceptCompoundStatement()
/third_party/glslang/glslang/Include/
H A Dintermediate.h1308 TOperator getFlowOp() const { return flowOp; } in getFlowOp() function in glslang::TIntermBranch
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp4034 if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpDefault) in visitSwitch()
4036 else if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpCase) { in visitSwitch()
4159 switch (node->getFlowOp()) { in visitBranch()

Completed in 61 milliseconds