/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() 50 TIntermBranch *branch = new TIntermBranch(EOpReturn, CreateZeroNode(returnType)); in AddDefaultReturnStatements()
|
D | RemoveDynamicIndexing.cpp | 199 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()
|
D | ArrayReturnValueToOutParameter.cpp | 179 if (mFunctionWithArrayReturnValue && node->getFlowOp() == EOpReturn) in visitBranch() 196 TIntermBranch *replacementBranch = new TIntermBranch(EOpReturn, nullptr); in visitBranch()
|
D | RewriteElseBlocks.cpp | 88 TIntermNode *returnNode = new TIntermBranch(EOpReturn, CreateZeroNode(*mFunctionType)); in rewriteIfElse()
|
/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() 51 TIntermBranch *branch = new TIntermBranch(EOpReturn, CreateZeroNode(returnType)); in AddDefaultReturnStatements()
|
D | ArrayReturnValueToOutParameter.cpp | 182 if (mFunctionWithArrayReturnValue && node->getFlowOp() == EOpReturn) in visitBranch() 199 TIntermBranch *replacementBranch = new TIntermBranch(EOpReturn, nullptr); in visitBranch()
|
D | RewriteElseBlocks.cpp | 89 TIntermNode *returnNode = new TIntermBranch(EOpReturn, CreateZeroNode(*mFunctionType)); in rewriteIfElse()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | RemoveDynamicIndexing.cpp | 209 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()
|
D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 299 new TIntermBranch(EOpReturn, TIntermAggregate::CreateConstructor(type, returnCtorArgs)); in visitAggregatePost()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ValidateBarrierFunctionCall.cpp | 39 if (branch->getFlowOp() == EOpReturn) in visitBranch()
|
D | Operator_autogen.h | 42 EOpReturn, enumerator
|
D | ASTMetadataHLSL.cpp | 249 case EOpReturn: in visitBranch()
|
D | OutputTree.cpp | 691 case EOpReturn: in visitBranch()
|
D | glslang.y | 1651 $$ = context->addBranch(EOpReturn, @1); 1654 $$ = context->addBranch(EOpReturn, $2, @1);
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | RunAtTheEndOfShader.cpp | 46 if (node->getFlowOp() == EOpReturn) in visitBranch()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | RunAtTheEndOfShader.cpp | 47 if (node->getFlowOp() == EOpReturn) in visitBranch()
|
D | FindPreciseNodes.cpp | 443 if (node->getFlowOp() == EOpReturn && node->getChildCount() == 1 && in visitBranch()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Operator.h | 202 EOpReturn, enumerator
|
D | Operator.cpp | 295 case EOpReturn: in GetOperatorString()
|
D | ASTMetadataHLSL.cpp | 265 case EOpReturn: in visitBranch()
|
D | OutputTree.cpp | 667 case EOpReturn: in visitBranch()
|
D | glslang.y | 1427 $$ = context->addBranch(EOpReturn, @1); 1430 $$ = context->addBranch(EOpReturn, $2, @1);
|
/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/TranslatorMetalDirect/ |
D | ToposortStructs.cpp | 199 bodyEquality.appendStatement(new TIntermBranch(TOperator::EOpReturn, outNode)); in CreateStructEqualityFunction()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | intermOut.cpp | 455 case EOpReturn: out << "Branch: Return"; break; in visitBranch()
|