/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/spirv/ |
H A D | EmulateAdvancedBlendEquations.cpp | 342 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 D | RewriteInterpolateAtOffset.cpp | 91 TIntermTyped *correctedOffset = TIntermAggregate::CreateFunctionCall(*rotateFunc, &args); in visitAggregate()
|
H A D | EmulateYUVBuiltIns.cpp | 106 return TIntermAggregate::CreateFunctionCall(*emulatedFunction, &args); in replaceYUVFuncCall()
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | FunctionLookup.h | 25 static TFunctionLookup *CreateFunctionCall(const ImmutableString &name, const TSymbol *symbol);
|
H A D | FunctionLookup.cpp | 39 TFunctionLookup *TFunctionLookup::CreateFunctionCall(const ImmutableString &name, in CreateFunctionCall() function in sh::TFunctionLookup
|
H A D | IntermNode.h | 616 static TIntermAggregate *CreateFunctionCall(const TFunction &func, TIntermSequence *arguments);
|
H A D | ParseContext.cpp | 4690 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 D | RemoveDynamicIndexing.cpp | 345 TIntermAggregate::CreateFunctionCall(*indexingFunction, &arguments); in CreateIndexFunctionCall() 363 TIntermAggregate::CreateFunctionCall(*indexedWriteFunction, &arguments); in CreateIndexedWriteFunctionCall()
|
H A D | DeferGlobalInitializers.cpp | 125 TIntermAggregate::CreateFunctionCall(*initGlobalsFunction, &emptySequence); in InsertInitCallToMain()
|
H A D | PreTransformTextureCubeGradDerivatives.cpp | 192 queueReplacement(TIntermAggregate::CreateFunctionCall( in visitAggregate()
|
H A D | SeparateDeclarations.cpp | 208 TIntermAggregate::CreateFunctionCall(*it->second, node.getSequence()); in visitAggregatePre()
|
H A D | MonomorphizeUnsupportedFunctions.cpp | 410 queueReplacement(TIntermAggregate::CreateFunctionCall(*monomorphized, &newCallArgs), in processFunctionCall()
|
H A D | InitializeVariables.cpp | 446 TIntermAggregate::CreateFunctionCall(*target, node->getSequence()); in visitAggregate()
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/ |
H A D | WrapMain.cpp | 68 TIntermAggregate::CreateFunctionCall(internalMainFunc, new TIntermSequence())); in visitMain()
|
H A D | RewriteInterpolants.cpp | 110 TIntermTyped *correctedOffset = TIntermAggregate::CreateFunctionCall( in visitAggregate()
|
H A D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 306 TIntermTyped *functionCall = TIntermAggregate::CreateFunctionCall(*function, &arguments); in visitAggregatePost()
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/ |
H A D | RunAtTheEndOfShader.cpp | 99 TIntermAggregate *oldMainCall = TIntermAggregate::CreateFunctionCall(*oldMain, &emptySequence); in WrapMainAndAppend()
|
/aosp_15_r20/external/angle/src/compiler/translator/msl/ |
H A D | RewritePipelines.cpp | 720 return *TIntermAggregate::CreateFunctionCall( in visitAggregatePost() 792 body.appendStatement(TIntermAggregate::CreateFunctionCall( in visitMain() 804 body.appendStatement(TIntermAggregate::CreateFunctionCall( in visitMain()
|
H A D | ToposortStructs.cpp | 179 return TIntermAggregate::CreateFunctionCall(*func->second, in CreateStructEqualityFunction()
|
H A D | ModifyStruct.cpp | 220 body.appendStatement(TIntermAggregate::CreateFunctionCall( in publish()
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/hlsl/ |
H A D | ArrayReturnValueToOutParameter.cpp | 71 TIntermAggregate *replacementCall = TIntermAggregate::CreateFunctionCall( in createReplacementCall()
|
/aosp_15_r20/external/angle/src/tests/compiler_tests/ |
H A D | IntermNode_test.cpp | 223 TIntermAggregate *original = TIntermAggregate::CreateFunctionCall(*testFunc, originalSeq); in TEST_F()
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/glsl/ |
H A D | ScalarizeVecAndMatConstructorArgs.cpp | 185 return TIntermAggregate::CreateFunctionCall(*helper, &callArgs); in createHelperCall()
|
/aosp_15_r20/external/angle/src/compiler/translator/spirv/ |
H A D | TranslatorSPIRV.cpp | 418 TIntermAggregate::CreateFunctionCall(*xfbCaptureFunction, {}); in AddXfbEmulationSupport()
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/glsl/apple/ |
H A D | RewriteRowMajorMatrices.cpp | 120 return TIntermAggregate::CreateFunctionCall(*copyFunc, &args); in CreateStructCopyCall()
|