| /external/angle/src/compiler/translator/tree_ops/spirv/ |
| D | EmulateAdvancedBlendEquations.cpp | 348 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 …]
|
| D | RewriteInterpolateAtOffset.cpp | 91 TIntermTyped *correctedOffset = TIntermAggregate::CreateFunctionCall(*rotateFunc, &args); in visitAggregate()
|
| D | EmulateYUVBuiltIns.cpp | 105 return TIntermAggregate::CreateFunctionCall(*emulatedFunction, &args); in replaceYUVFuncCall()
|
| /external/angle/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 | IntermNode.h | 613 static TIntermAggregate *CreateFunctionCall(const TFunction &func, TIntermSequence *arguments);
|
| D | ParseContext.cpp | 4561 return TFunctionLookup::CreateFunctionCall(name, symbol); in addNonConstructorFunc() 7619 TIntermAggregate::CreateFunctionCall(*fnCandidate, &fnCall->arguments()); in addNonConstructorFunctionCall()
|
| D | IntermNode.cpp | 602 TIntermAggregate *TIntermAggregate::CreateFunctionCall(const TFunction &func, in CreateFunctionCall() function in sh::TIntermAggregate
|
| /external/angle/src/compiler/translator/tree_ops/msl/ |
| D | WrapMain.cpp | 68 TIntermAggregate::CreateFunctionCall(internalMainFunc, new TIntermSequence())); in visitMain()
|
| D | RewriteInterpolants.cpp | 110 TIntermTyped *correctedOffset = TIntermAggregate::CreateFunctionCall( in visitAggregate()
|
| D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 306 TIntermTyped *functionCall = TIntermAggregate::CreateFunctionCall(*function, &arguments); in visitAggregatePost()
|
| /external/angle/src/compiler/translator/tree_util/ |
| D | RunAtTheEndOfShader.cpp | 99 TIntermAggregate *oldMainCall = TIntermAggregate::CreateFunctionCall(*oldMain, &emptySequence); in WrapMainAndAppend()
|
| /external/angle/src/compiler/translator/tree_ops/ |
| D | DeferGlobalInitializers.cpp | 125 TIntermAggregate::CreateFunctionCall(*initGlobalsFunction, &emptySequence); in InsertInitCallToMain()
|
| D | RemoveDynamicIndexing.cpp | 345 TIntermAggregate::CreateFunctionCall(*indexingFunction, &arguments); in CreateIndexFunctionCall() 363 TIntermAggregate::CreateFunctionCall(*indexedWriteFunction, &arguments); in CreateIndexedWriteFunctionCall()
|
| D | MonomorphizeUnsupportedFunctions.cpp | 422 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()
|
| /external/angle/src/compiler/translator/tree_ops/hlsl/ |
| D | ArrayReturnValueToOutParameter.cpp | 71 TIntermAggregate *replacementCall = TIntermAggregate::CreateFunctionCall( in createReplacementCall()
|
| /external/angle/src/compiler/translator/msl/ |
| D | RewritePipelines.cpp | 689 return *TIntermAggregate::CreateFunctionCall( in visitAggregatePost() 761 body.appendStatement(TIntermAggregate::CreateFunctionCall( in visitMain() 773 body.appendStatement(TIntermAggregate::CreateFunctionCall( in visitMain()
|
| D | ToposortStructs.cpp | 179 return TIntermAggregate::CreateFunctionCall(*func, new TIntermSequence{&a, &b}); in CreateStructEqualityFunction()
|
| D | ModifyStruct.cpp | 219 body.appendStatement(TIntermAggregate::CreateFunctionCall( in publish()
|
| /external/angle/src/tests/compiler_tests/ |
| D | IntermNode_test.cpp | 223 TIntermAggregate *original = TIntermAggregate::CreateFunctionCall(*testFunc, originalSeq); in TEST_F()
|
| /external/angle/src/compiler/translator/tree_ops/glsl/ |
| D | ScalarizeVecAndMatConstructorArgs.cpp | 165 return TIntermAggregate::CreateFunctionCall(*helper, &callArgs); in createHelperCall()
|
| /external/angle/src/compiler/translator/spirv/ |
| D | TranslatorSPIRV.cpp | 416 TIntermAggregate::CreateFunctionCall(*xfbCaptureFunction, {}); in AddXfbEmulationSupport()
|
| /external/angle/src/compiler/translator/tree_ops/glsl/apple/ |
| D | RewriteRowMajorMatrices.cpp | 120 return TIntermAggregate::CreateFunctionCall(*copyFunc, &args); in CreateStructCopyCall()
|