Searched refs:CreateFunctionCall (Results 1 – 15 of 15) sorted by relevance
| /device/generic/vulkan-cereal/third-party/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 | 591 static TIntermAggregate *CreateFunctionCall(const TFunction &func, TIntermSequence *arguments);
|
| D | ParseContext.cpp | 3611 return TFunctionLookup::CreateFunctionCall(name, symbol); in addNonConstructorFunc() 6157 TIntermAggregate::CreateFunctionCall(*fnCandidate, &fnCall->arguments()); in addNonConstructorFunctionCall()
|
| D | IntermNode.cpp | 527 TIntermAggregate *TIntermAggregate::CreateFunctionCall(const TFunction &func, in CreateFunctionCall() function in sh::TIntermAggregate
|
| /device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_util/ |
| D | RunAtTheEndOfShader.cpp | 93 TIntermAggregate::CreateFunctionCall(*oldMain, new TIntermSequence()); in WrapMainAndAppend()
|
| D | ReplaceVariable.cpp | 135 return TIntermAggregate::CreateFunctionCall(*substituteFunction, substituteArguments); in convertASTFunction()
|
| /device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/ |
| D | DeferGlobalInitializers.cpp | 121 TIntermAggregate::CreateFunctionCall(*initGlobalsFunction, new TIntermSequence()); in InsertInitCallToMain()
|
| D | RemoveDynamicIndexing.cpp | 337 TIntermAggregate::CreateFunctionCall(*indexingFunction, arguments); in CreateIndexFunctionCall() 355 TIntermAggregate::CreateFunctionCall(*indexedWriteFunction, arguments); in CreateIndexedWriteFunctionCall()
|
| D | ArrayReturnValueToOutParameter.cpp | 71 TIntermAggregate *replacementCall = TIntermAggregate::CreateFunctionCall( in createReplacementCall()
|
| D | RewriteStructSamplers.cpp | 484 TIntermAggregate::CreateFunctionCall(*newFunction, newArguments); in visitAggregate() 1192 queueReplacement(TIntermAggregate::CreateFunctionCall(*newFunction, arguments), in visitAggregate()
|
| D | RewriteCubeMapSamplersAs2DArray.cpp | 763 return TIntermAggregate::CreateFunctionCall(*mCubeXYZToArrayUVL, args); in createCoordTransformationCall() 774 return TIntermAggregate::CreateFunctionCall(*mCubeXYZToArrayUVLImplicit, args); in createImplicitCoordTransformationCall()
|
| D | RewriteStructSamplersOld.cpp | 224 TIntermAggregate::CreateFunctionCall(*newFunction, newArguments); in visitAggregate()
|
| D | RewriteRowMajorMatrices.cpp | 119 return TIntermAggregate::CreateFunctionCall(*copyFunc, new TIntermSequence({expression})); in CreateStructCopyCall()
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/ |
| D | IntermNode_test.cpp | 223 TIntermAggregate *original = TIntermAggregate::CreateFunctionCall(*testFunc, originalSeq); in TEST_F()
|