/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | AddDefaultReturnStatements.cpp | 33 if (returnNode != nullptr && returnNode->getFlowOp() == EOpReturn) in NeedsReturnStatement() 51 TIntermBranch *branch = new TIntermBranch(EOpReturn, CreateZeroNode(returnType)); in AddDefaultReturnStatements()
|
H A D | ArrayReturnValueToOutParameter.cpp | 182 if (mFunctionWithArrayReturnValue && node->getFlowOp() == EOpReturn) in visitBranch() 199 TIntermBranch *replacementBranch = new TIntermBranch(EOpReturn, nullptr); in visitBranch()
|
H A 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/ |
H A 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()
|
H A D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 299 new TIntermBranch(EOpReturn, TIntermAggregate::CreateConstructor(type, returnCtorArgs));
|
H A D | RewriteCubeMapSamplersAs2DArray.cpp | 688 new TIntermBranch(EOpReturn, TIntermAggregate::CreateConstructor(*vec3Type, &argsUVL)); in declareCoordTranslationFunction()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ValidateBarrierFunctionCall.cpp | 39 if (branch->getFlowOp() == EOpReturn)
|
H A D | Operator_autogen.h | 42 EOpReturn,
|
H A D | ASTMetadataHLSL.cpp | 249 case EOpReturn:
|
H A D | OutputTree.cpp | 691 case EOpReturn: in visitBranch()
|
H A D | glslang.y | 1651 $$ = context->addBranch(EOpReturn, @1); 1654 $$ = context->addBranch(EOpReturn, $2, @1);
|
H A D | OutputGLSLBase.cpp | 1043 case EOpReturn: in visitBranch()
|
H A D | OutputHLSL.cpp | 2161 node->getSequence()->back()->getAsBranchNode()->getFlowOp() != EOpReturn; in visitBlock() 2939 case EOpReturn: in visitBranch()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | RunAtTheEndOfShader.cpp | 47 if (node->getFlowOp() == EOpReturn)
|
H A D | FindPreciseNodes.cpp | 443 if (node->getFlowOp() == EOpReturn && node->getChildCount() == 1 &&
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | propagateNoContraction.cpp | 316 if (node->getFlowOp() == glslang::EOpReturn && node->getExpression() && in visitBranch() 651 assert(return_node->getFlowOp() == glslang::EOpReturn && return_node->getExpression()); in propagateNoContractionInReturnNode()
|
H A D | Intermediate.cpp | 1064 case EOpReturn: in addConversion() 1209 case EOpReturn: in addUniShapeConversion() 1623 case EOpReturn: // function returns can also perform arbitrary conversions in canImplicitlyPromote()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | ToposortStructs.cpp | 199 bodyEquality.appendStatement(new TIntermBranch(TOperator::EOpReturn, outNode)); in CreateStructEqualityFunction()
|
H A D | EmitMetal.cpp | 421 case TOperator::EOpReturn: in GetOperatorString() 2385 case TOperator::EOpReturn:
|
H A D | ProgramPrelude.cpp | 3742 case TOperator::EOpReturn: in visitOperator()
|
H A D | RewritePipelines.cpp | 836 TOperator::EOpReturn, new TIntermSymbol(mPipelineMainLocalVar.external))); in visitMain()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | intermOut.cpp | 455 case EOpReturn: out << "Branch: Return"; break; in visitBranch()
|
H A D | intermediate.h | 184 EOpReturn, enumerator
|
H A D | glslang.y | 1584 $$ = context->addBranch(EOpReturn, @1); 1587 $$ = context->addBranch(EOpReturn, $2, @1);
|
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 645 EOpReturn, enumerator
|