Home
last modified time | relevance | path

Searched refs:CreateFunctionCall (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DFunctionLookup.h25 static TFunctionLookup *CreateFunctionCall(const ImmutableString &name, const TSymbol *symbol);
DFunctionLookup.cpp60 TFunctionLookup *TFunctionLookup::CreateFunctionCall(const ImmutableString &name, in CreateFunctionCall() function in sh::TFunctionLookup
DTranslatorMetal.cpp268 TIntermAggregate::CreateFunctionCall(*sampleMaskWriteFunc, &args); in insertSampleMaskWritingLogic()
DTranslatorVulkan.cpp505 TIntermAggregate::CreateFunctionCall(*xfbCaptureFunction, {}); in AddXfbEmulationSupport()
515 TIntermAggregate::CreateFunctionCall(*getOffsetsFunction, &ivec4Zero); in AddXfbEmulationSupport()
DTranslatorMetalDirect.cpp524 TIntermAggregate::CreateFunctionCall(*sampleMaskWriteFunc, args); in insertSampleMaskWritingLogic()
DIntermNode.h613 static TIntermAggregate *CreateFunctionCall(const TFunction &func, TIntermSequence *arguments);
DParseContext.cpp4098 return TFunctionLookup::CreateFunctionCall(name, symbol); in addNonConstructorFunc()
6951 TIntermAggregate::CreateFunctionCall(*fnCandidate, &fnCall->arguments()); in addNonConstructorFunctionCall()
DIntermNode.cpp602 TIntermAggregate *TIntermAggregate::CreateFunctionCall(const TFunction &func, in CreateFunctionCall() function in sh::TIntermAggregate
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DWrapMain.cpp68 TIntermAggregate::CreateFunctionCall(internalMainFunc, new TIntermSequence())); in visitMain()
DRewritePipelines.cpp652 return *TIntermAggregate::CreateFunctionCall( in visitAggregatePost()
724 body.appendStatement(TIntermAggregate::CreateFunctionCall( in visitMain()
736 body.appendStatement(TIntermAggregate::CreateFunctionCall( in visitMain()
DToposortStructs.cpp157 return TIntermAggregate::CreateFunctionCall(*func, new TIntermSequence{&a, &b}); in CreateStructEqualityFunction()
DModifyStruct.cpp218 body.appendStatement(TIntermAggregate::CreateFunctionCall( in publish()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DRunAtTheEndOfShader.cpp93 TIntermAggregate *oldMainCall = TIntermAggregate::CreateFunctionCall(*oldMain, &emptySequence); in WrapMainAndAppend()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DDeferGlobalInitializers.cpp125 TIntermAggregate::CreateFunctionCall(*initGlobalsFunction, &emptySequence); in InsertInitCallToMain()
DRemoveDynamicIndexing.cpp344 TIntermAggregate::CreateFunctionCall(*indexingFunction, &arguments); in CreateIndexFunctionCall()
362 TIntermAggregate::CreateFunctionCall(*indexedWriteFunction, &arguments); in CreateIndexedWriteFunctionCall()
DConvertUnsupportedConstructorsToFunctionCalls.cpp306 TIntermTyped *functionCall = TIntermAggregate::CreateFunctionCall(*function, &arguments); in visitAggregatePost()
DMonomorphizeUnsupportedFunctions.cpp375 queueReplacement(TIntermAggregate::CreateFunctionCall(*monomorphized, &newCallArgs), in processFunctionCall()
DRewriteCubeMapSamplersAs2DArray.cpp711 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/
DArrayReturnValueToOutParameter.cpp71 TIntermAggregate *replacementCall = TIntermAggregate::CreateFunctionCall( in createReplacementCall()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DIntermNode_test.cpp223 TIntermAggregate *original = TIntermAggregate::CreateFunctionCall(*testFunc, originalSeq); in TEST_F()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteRowMajorMatrices.cpp120 return TIntermAggregate::CreateFunctionCall(*copyFunc, &args); in CreateStructCopyCall()