Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/spirv/
H A DEmulateAdvancedBlendEquations.cpp342 TIntermAggregate::CreateFunctionCall(*mMaxv3->getFunction(), &cMaxArg); in generateHslHelperFunctions()
347 TIntermAggregate::CreateFunctionCall(*mMinv3->getFunction(), &cMinArg); in generateHslHelperFunctions()
379 TIntermAggregate::CreateFunctionCall(*mLumv3->getFunction(), &cLumArg); in generateHslHelperFunctions()
384 TIntermAggregate::CreateFunctionCall(*mMinv3->getFunction(), &cMinArg); in generateHslHelperFunctions()
389 TIntermAggregate::CreateFunctionCall(*mMaxv3->getFunction(), &cMaxArg); in generateHslHelperFunctions()
464 TIntermAggregate::CreateFunctionCall(*mLumv3->getFunction(), &cbaseArg); in generateHslHelperFunctions()
468 TIntermTyped *llum = TIntermAggregate::CreateFunctionCall(*mLumv3->getFunction(), &clumArg); in generateHslHelperFunctions()
477 TIntermAggregate::CreateFunctionCall(*mClipColor->getFunction(), &clipColorArg); in generateHslHelperFunctions()
514 TIntermAggregate::CreateFunctionCall(*mMinv3->getFunction(), &cMinArg); in generateHslHelperFunctions()
519 TIntermAggregate::CreateFunctionCall(*mSatv3->getFunction(), &cSatArg); in generateHslHelperFunctions()
[all …]
H A DRewriteInterpolateAtOffset.cpp91 TIntermTyped *correctedOffset = TIntermAggregate::CreateFunctionCall(*rotateFunc, &args); in visitAggregate()
H A DEmulateYUVBuiltIns.cpp106 return TIntermAggregate::CreateFunctionCall(*emulatedFunction, &args); in replaceYUVFuncCall()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DFunctionLookup.h25 static TFunctionLookup *CreateFunctionCall(const ImmutableString &name, const TSymbol *symbol);
H A DFunctionLookup.cpp39 TFunctionLookup *TFunctionLookup::CreateFunctionCall(const ImmutableString &name, in CreateFunctionCall() function in sh::TFunctionLookup
H A DIntermNode.h616 static TIntermAggregate *CreateFunctionCall(const TFunction &func, TIntermSequence *arguments);
H A DParseContext.cpp4690 return TFunctionLookup::CreateFunctionCall(name, symbol); in addNonConstructorFunc()
7802 TIntermAggregate::CreateFunctionCall(*fnCandidate, &fnCall->arguments()); in addNonConstructorFunctionCallImpl()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRemoveDynamicIndexing.cpp345 TIntermAggregate::CreateFunctionCall(*indexingFunction, &arguments); in CreateIndexFunctionCall()
363 TIntermAggregate::CreateFunctionCall(*indexedWriteFunction, &arguments); in CreateIndexedWriteFunctionCall()
H A DDeferGlobalInitializers.cpp125 TIntermAggregate::CreateFunctionCall(*initGlobalsFunction, &emptySequence); in InsertInitCallToMain()
H A DPreTransformTextureCubeGradDerivatives.cpp192 queueReplacement(TIntermAggregate::CreateFunctionCall( in visitAggregate()
H A DSeparateDeclarations.cpp208 TIntermAggregate::CreateFunctionCall(*it->second, node.getSequence()); in visitAggregatePre()
H A DMonomorphizeUnsupportedFunctions.cpp410 queueReplacement(TIntermAggregate::CreateFunctionCall(*monomorphized, &newCallArgs), in processFunctionCall()
H A DInitializeVariables.cpp446 TIntermAggregate::CreateFunctionCall(*target, node->getSequence()); in visitAggregate()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/
H A DWrapMain.cpp68 TIntermAggregate::CreateFunctionCall(internalMainFunc, new TIntermSequence())); in visitMain()
H A DRewriteInterpolants.cpp110 TIntermTyped *correctedOffset = TIntermAggregate::CreateFunctionCall( in visitAggregate()
H A DConvertUnsupportedConstructorsToFunctionCalls.cpp306 TIntermTyped *functionCall = TIntermAggregate::CreateFunctionCall(*function, &arguments); in visitAggregatePost()
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DRunAtTheEndOfShader.cpp99 TIntermAggregate *oldMainCall = TIntermAggregate::CreateFunctionCall(*oldMain, &emptySequence); in WrapMainAndAppend()
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DRewritePipelines.cpp720 return *TIntermAggregate::CreateFunctionCall( in visitAggregatePost()
792 body.appendStatement(TIntermAggregate::CreateFunctionCall( in visitMain()
804 body.appendStatement(TIntermAggregate::CreateFunctionCall( in visitMain()
H A DToposortStructs.cpp179 return TIntermAggregate::CreateFunctionCall(*func->second, in CreateStructEqualityFunction()
H A DModifyStruct.cpp220 body.appendStatement(TIntermAggregate::CreateFunctionCall( in publish()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/hlsl/
H A DArrayReturnValueToOutParameter.cpp71 TIntermAggregate *replacementCall = TIntermAggregate::CreateFunctionCall( in createReplacementCall()
/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DIntermNode_test.cpp223 TIntermAggregate *original = TIntermAggregate::CreateFunctionCall(*testFunc, originalSeq); in TEST_F()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/glsl/
H A DScalarizeVecAndMatConstructorArgs.cpp185 return TIntermAggregate::CreateFunctionCall(*helper, &callArgs); in createHelperCall()
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DTranslatorSPIRV.cpp418 TIntermAggregate::CreateFunctionCall(*xfbCaptureFunction, {}); in AddXfbEmulationSupport()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/glsl/apple/
H A DRewriteRowMajorMatrices.cpp120 return TIntermAggregate::CreateFunctionCall(*copyFunc, &args); in CreateStructCopyCall()

12