Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/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.h591 static TIntermAggregate *CreateFunctionCall(const TFunction &func, TIntermSequence *arguments);
DParseContext.cpp3611 return TFunctionLookup::CreateFunctionCall(name, symbol); in addNonConstructorFunc()
6157 TIntermAggregate::CreateFunctionCall(*fnCandidate, &fnCall->arguments()); in addNonConstructorFunctionCall()
DIntermNode.cpp527 TIntermAggregate *TIntermAggregate::CreateFunctionCall(const TFunction &func, in CreateFunctionCall() function in sh::TIntermAggregate
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_util/
DRunAtTheEndOfShader.cpp93 TIntermAggregate::CreateFunctionCall(*oldMain, new TIntermSequence()); in WrapMainAndAppend()
DReplaceVariable.cpp135 return TIntermAggregate::CreateFunctionCall(*substituteFunction, substituteArguments); in convertASTFunction()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DDeferGlobalInitializers.cpp121 TIntermAggregate::CreateFunctionCall(*initGlobalsFunction, new TIntermSequence()); in InsertInitCallToMain()
DRemoveDynamicIndexing.cpp337 TIntermAggregate::CreateFunctionCall(*indexingFunction, arguments); in CreateIndexFunctionCall()
355 TIntermAggregate::CreateFunctionCall(*indexedWriteFunction, arguments); in CreateIndexedWriteFunctionCall()
DArrayReturnValueToOutParameter.cpp71 TIntermAggregate *replacementCall = TIntermAggregate::CreateFunctionCall( in createReplacementCall()
DRewriteStructSamplers.cpp484 TIntermAggregate::CreateFunctionCall(*newFunction, newArguments); in visitAggregate()
1192 queueReplacement(TIntermAggregate::CreateFunctionCall(*newFunction, arguments), in visitAggregate()
DRewriteCubeMapSamplersAs2DArray.cpp763 return TIntermAggregate::CreateFunctionCall(*mCubeXYZToArrayUVL, args); in createCoordTransformationCall()
774 return TIntermAggregate::CreateFunctionCall(*mCubeXYZToArrayUVLImplicit, args); in createImplicitCoordTransformationCall()
DRewriteStructSamplersOld.cpp224 TIntermAggregate::CreateFunctionCall(*newFunction, newArguments); in visitAggregate()
DRewriteRowMajorMatrices.cpp119 return TIntermAggregate::CreateFunctionCall(*copyFunc, new TIntermSequence({expression})); in CreateStructCopyCall()
/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/
DIntermNode_test.cpp223 TIntermAggregate *original = TIntermAggregate::CreateFunctionCall(*testFunc, originalSeq); in TEST_F()