Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/spirv/
DEmulateAdvancedBlendEquations.cpp348 TIntermAggregate::CreateFunctionCall(*mMaxv3->getFunction(), &cMaxArg); in generateHslHelperFunctions()
353 TIntermAggregate::CreateFunctionCall(*mMinv3->getFunction(), &cMinArg); in generateHslHelperFunctions()
385 TIntermAggregate::CreateFunctionCall(*mLumv3->getFunction(), &cLumArg); in generateHslHelperFunctions()
390 TIntermAggregate::CreateFunctionCall(*mMinv3->getFunction(), &cMinArg); in generateHslHelperFunctions()
395 TIntermAggregate::CreateFunctionCall(*mMaxv3->getFunction(), &cMaxArg); in generateHslHelperFunctions()
470 TIntermAggregate::CreateFunctionCall(*mLumv3->getFunction(), &cbaseArg); in generateHslHelperFunctions()
474 TIntermTyped *llum = TIntermAggregate::CreateFunctionCall(*mLumv3->getFunction(), &clumArg); in generateHslHelperFunctions()
483 TIntermAggregate::CreateFunctionCall(*mClipColor->getFunction(), &clipColorArg); in generateHslHelperFunctions()
520 TIntermAggregate::CreateFunctionCall(*mMinv3->getFunction(), &cMinArg); in generateHslHelperFunctions()
525 TIntermAggregate::CreateFunctionCall(*mSatv3->getFunction(), &cSatArg); in generateHslHelperFunctions()
[all …]
DRewriteInterpolateAtOffset.cpp91 TIntermTyped *correctedOffset = TIntermAggregate::CreateFunctionCall(*rotateFunc, &args); in visitAggregate()
DEmulateYUVBuiltIns.cpp105 return TIntermAggregate::CreateFunctionCall(*emulatedFunction, &args); in replaceYUVFuncCall()
/external/angle/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
DIntermNode.h613 static TIntermAggregate *CreateFunctionCall(const TFunction &func, TIntermSequence *arguments);
DParseContext.cpp4561 return TFunctionLookup::CreateFunctionCall(name, symbol); in addNonConstructorFunc()
7619 TIntermAggregate::CreateFunctionCall(*fnCandidate, &fnCall->arguments()); in addNonConstructorFunctionCall()
DIntermNode.cpp602 TIntermAggregate *TIntermAggregate::CreateFunctionCall(const TFunction &func, in CreateFunctionCall() function in sh::TIntermAggregate
/external/angle/src/compiler/translator/tree_ops/msl/
DWrapMain.cpp68 TIntermAggregate::CreateFunctionCall(internalMainFunc, new TIntermSequence())); in visitMain()
DRewriteInterpolants.cpp110 TIntermTyped *correctedOffset = TIntermAggregate::CreateFunctionCall( in visitAggregate()
DConvertUnsupportedConstructorsToFunctionCalls.cpp306 TIntermTyped *functionCall = TIntermAggregate::CreateFunctionCall(*function, &arguments); in visitAggregatePost()
/external/angle/src/compiler/translator/tree_util/
DRunAtTheEndOfShader.cpp99 TIntermAggregate *oldMainCall = TIntermAggregate::CreateFunctionCall(*oldMain, &emptySequence); in WrapMainAndAppend()
/external/angle/src/compiler/translator/tree_ops/
DDeferGlobalInitializers.cpp125 TIntermAggregate::CreateFunctionCall(*initGlobalsFunction, &emptySequence); in InsertInitCallToMain()
DRemoveDynamicIndexing.cpp345 TIntermAggregate::CreateFunctionCall(*indexingFunction, &arguments); in CreateIndexFunctionCall()
363 TIntermAggregate::CreateFunctionCall(*indexedWriteFunction, &arguments); in CreateIndexedWriteFunctionCall()
DMonomorphizeUnsupportedFunctions.cpp422 queueReplacement(TIntermAggregate::CreateFunctionCall(*monomorphized, &newCallArgs), in processFunctionCall()
DRewriteCubeMapSamplersAs2DArray.cpp711 return TIntermAggregate::CreateFunctionCall(*mCubeXYZToArrayUVL, &args); in createCoordTransformationCall()
722 return TIntermAggregate::CreateFunctionCall(*mCubeXYZToArrayUVLImplicit, &args); in createImplicitCoordTransformationCall()
/external/angle/src/compiler/translator/tree_ops/hlsl/
DArrayReturnValueToOutParameter.cpp71 TIntermAggregate *replacementCall = TIntermAggregate::CreateFunctionCall( in createReplacementCall()
/external/angle/src/compiler/translator/msl/
DRewritePipelines.cpp689 return *TIntermAggregate::CreateFunctionCall( in visitAggregatePost()
761 body.appendStatement(TIntermAggregate::CreateFunctionCall( in visitMain()
773 body.appendStatement(TIntermAggregate::CreateFunctionCall( in visitMain()
DToposortStructs.cpp179 return TIntermAggregate::CreateFunctionCall(*func, new TIntermSequence{&a, &b}); in CreateStructEqualityFunction()
DModifyStruct.cpp219 body.appendStatement(TIntermAggregate::CreateFunctionCall( in publish()
/external/angle/src/tests/compiler_tests/
DIntermNode_test.cpp223 TIntermAggregate *original = TIntermAggregate::CreateFunctionCall(*testFunc, originalSeq); in TEST_F()
/external/angle/src/compiler/translator/tree_ops/glsl/
DScalarizeVecAndMatConstructorArgs.cpp165 return TIntermAggregate::CreateFunctionCall(*helper, &callArgs); in createHelperCall()
/external/angle/src/compiler/translator/spirv/
DTranslatorSPIRV.cpp416 TIntermAggregate::CreateFunctionCall(*xfbCaptureFunction, {}); in AddXfbEmulationSupport()
/external/angle/src/compiler/translator/tree_ops/glsl/apple/
DRewriteRowMajorMatrices.cpp120 return TIntermAggregate::CreateFunctionCall(*copyFunc, &args); in CreateStructCopyCall()