| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | FunctionLookup.h | 25 static TFunctionLookup *CreateFunctionCall(const ImmutableString &name, const TSymbol *symbol);
|
| D | FunctionLookup.cpp | 60 TFunctionLookup *TFunctionLookup::CreateFunctionCall(const ImmutableString &name, in CreateFunctionCall() function in sh::TFunctionLookup
|
| D | TranslatorMetal.cpp | 268 TIntermAggregate::CreateFunctionCall(*sampleMaskWriteFunc, &args); in insertSampleMaskWritingLogic()
|
| D | TranslatorVulkan.cpp | 505 TIntermAggregate::CreateFunctionCall(*xfbCaptureFunction, {}); in AddXfbEmulationSupport() 515 TIntermAggregate::CreateFunctionCall(*getOffsetsFunction, &ivec4Zero); in AddXfbEmulationSupport()
|
| D | TranslatorMetalDirect.cpp | 524 TIntermAggregate::CreateFunctionCall(*sampleMaskWriteFunc, args); in insertSampleMaskWritingLogic()
|
| D | IntermNode.h | 613 static TIntermAggregate *CreateFunctionCall(const TFunction &func, TIntermSequence *arguments);
|
| D | ParseContext.cpp | 4098 return TFunctionLookup::CreateFunctionCall(name, symbol); in addNonConstructorFunc() 6951 TIntermAggregate::CreateFunctionCall(*fnCandidate, &fnCall->arguments()); in addNonConstructorFunctionCall()
|
| D | IntermNode.cpp | 602 TIntermAggregate *TIntermAggregate::CreateFunctionCall(const TFunction &func, in CreateFunctionCall() function in sh::TIntermAggregate
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| D | WrapMain.cpp | 68 TIntermAggregate::CreateFunctionCall(internalMainFunc, new TIntermSequence())); in visitMain()
|
| D | RewritePipelines.cpp | 652 return *TIntermAggregate::CreateFunctionCall( in visitAggregatePost() 724 body.appendStatement(TIntermAggregate::CreateFunctionCall( in visitMain() 736 body.appendStatement(TIntermAggregate::CreateFunctionCall( in visitMain()
|
| D | ToposortStructs.cpp | 157 return TIntermAggregate::CreateFunctionCall(*func, new TIntermSequence{&a, &b}); in CreateStructEqualityFunction()
|
| D | ModifyStruct.cpp | 218 body.appendStatement(TIntermAggregate::CreateFunctionCall( in publish()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
| D | RunAtTheEndOfShader.cpp | 93 TIntermAggregate *oldMainCall = TIntermAggregate::CreateFunctionCall(*oldMain, &emptySequence); in WrapMainAndAppend()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| D | DeferGlobalInitializers.cpp | 125 TIntermAggregate::CreateFunctionCall(*initGlobalsFunction, &emptySequence); in InsertInitCallToMain()
|
| D | RemoveDynamicIndexing.cpp | 344 TIntermAggregate::CreateFunctionCall(*indexingFunction, &arguments); in CreateIndexFunctionCall() 362 TIntermAggregate::CreateFunctionCall(*indexedWriteFunction, &arguments); in CreateIndexedWriteFunctionCall()
|
| D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 306 TIntermTyped *functionCall = TIntermAggregate::CreateFunctionCall(*function, &arguments); in visitAggregatePost()
|
| D | MonomorphizeUnsupportedFunctions.cpp | 375 queueReplacement(TIntermAggregate::CreateFunctionCall(*monomorphized, &newCallArgs), in processFunctionCall()
|
| D | RewriteCubeMapSamplersAs2DArray.cpp | 711 return TIntermAggregate::CreateFunctionCall(*mCubeXYZToArrayUVL, &args); in createCoordTransformationCall() 722 return TIntermAggregate::CreateFunctionCall(*mCubeXYZToArrayUVLImplicit, &args); in createImplicitCoordTransformationCall()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
| D | ArrayReturnValueToOutParameter.cpp | 71 TIntermAggregate *replacementCall = TIntermAggregate::CreateFunctionCall( in createReplacementCall()
|
| /third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
| D | IntermNode_test.cpp | 223 TIntermAggregate *original = TIntermAggregate::CreateFunctionCall(*testFunc, originalSeq); in TEST_F()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
| D | RewriteRowMajorMatrices.cpp | 120 return TIntermAggregate::CreateFunctionCall(*copyFunc, &args); in CreateStructCopyCall()
|