Home
last modified time | relevance | path

Searched refs:EOpReturn (Results 1 – 25 of 56) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DAddDefaultReturnStatements.cpp32 if (returnNode != nullptr && returnNode->getFlowOp() == EOpReturn) in NeedsReturnStatement()
50 TIntermBranch *branch = new TIntermBranch(EOpReturn, CreateZeroNode(returnType)); in AddDefaultReturnStatements()
DRemoveDynamicIndexing.cpp199 TIntermBranch *returnNode = new TIntermBranch(EOpReturn, nullptr); in GetIndexFunctionDefinition()
204 TIntermBranch *returnNode = new TIntermBranch(EOpReturn, indexNode); in GetIndexFunctionDefinition()
236 TIntermBranch *returnNode = new TIntermBranch(EOpReturn, nullptr); in GetIndexFunctionDefinition()
245 TIntermBranch *returnFirstNode = new TIntermBranch(EOpReturn, indexFirstNode); in GetIndexFunctionDefinition()
248 TIntermBranch *returnLastNode = new TIntermBranch(EOpReturn, indexLastNode); in GetIndexFunctionDefinition()
DArrayReturnValueToOutParameter.cpp179 if (mFunctionWithArrayReturnValue && node->getFlowOp() == EOpReturn) in visitBranch()
196 TIntermBranch *replacementBranch = new TIntermBranch(EOpReturn, nullptr); in visitBranch()
DRewriteElseBlocks.cpp88 TIntermNode *returnNode = new TIntermBranch(EOpReturn, CreateZeroNode(*mFunctionType)); in rewriteIfElse()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DAddDefaultReturnStatements.cpp33 if (returnNode != nullptr && returnNode->getFlowOp() == EOpReturn) in NeedsReturnStatement()
51 TIntermBranch *branch = new TIntermBranch(EOpReturn, CreateZeroNode(returnType)); in AddDefaultReturnStatements()
DArrayReturnValueToOutParameter.cpp182 if (mFunctionWithArrayReturnValue && node->getFlowOp() == EOpReturn) in visitBranch()
199 TIntermBranch *replacementBranch = new TIntermBranch(EOpReturn, nullptr); in visitBranch()
DRewriteElseBlocks.cpp89 TIntermNode *returnNode = new TIntermBranch(EOpReturn, CreateZeroNode(*mFunctionType)); in rewriteIfElse()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRemoveDynamicIndexing.cpp209 TIntermBranch *returnNode = new TIntermBranch(EOpReturn, nullptr); in GetIndexFunctionDefinition()
214 TIntermBranch *returnNode = new TIntermBranch(EOpReturn, indexNode); in GetIndexFunctionDefinition()
246 TIntermBranch *returnNode = new TIntermBranch(EOpReturn, nullptr); in GetIndexFunctionDefinition()
255 TIntermBranch *returnFirstNode = new TIntermBranch(EOpReturn, indexFirstNode); in GetIndexFunctionDefinition()
258 TIntermBranch *returnLastNode = new TIntermBranch(EOpReturn, indexLastNode); in GetIndexFunctionDefinition()
DConvertUnsupportedConstructorsToFunctionCalls.cpp299 new TIntermBranch(EOpReturn, TIntermAggregate::CreateConstructor(type, returnCtorArgs)); in visitAggregatePost()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateBarrierFunctionCall.cpp39 if (branch->getFlowOp() == EOpReturn) in visitBranch()
DOperator_autogen.h42 EOpReturn, enumerator
DASTMetadataHLSL.cpp249 case EOpReturn: in visitBranch()
DOutputTree.cpp691 case EOpReturn: in visitBranch()
Dglslang.y1651 $$ = context->addBranch(EOpReturn, @1);
1654 $$ = context->addBranch(EOpReturn, $2, @1);
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DRunAtTheEndOfShader.cpp46 if (node->getFlowOp() == EOpReturn) in visitBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DRunAtTheEndOfShader.cpp47 if (node->getFlowOp() == EOpReturn) in visitBranch()
DFindPreciseNodes.cpp443 if (node->getFlowOp() == EOpReturn && node->getChildCount() == 1 && in visitBranch()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DOperator.h202 EOpReturn, enumerator
DOperator.cpp295 case EOpReturn: in GetOperatorString()
DASTMetadataHLSL.cpp265 case EOpReturn: in visitBranch()
DOutputTree.cpp667 case EOpReturn: in visitBranch()
Dglslang.y1427 $$ = context->addBranch(EOpReturn, @1);
1430 $$ = context->addBranch(EOpReturn, $2, @1);
/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/TranslatorMetalDirect/
DToposortStructs.cpp199 bodyEquality.appendStatement(new TIntermBranch(TOperator::EOpReturn, outNode)); in CreateStructEqualityFunction()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DintermOut.cpp455 case EOpReturn: out << "Branch: Return"; break; in visitBranch()

123