Home
last modified time | relevance | path

Searched refs:CreateInternalFunctionDefinitionNode (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/compiler/translator/tree_util/
DRunAtTheEndOfShader.cpp77 CreateInternalFunctionDefinitionNode(*oldMain, main->getBody()); in WrapMainAndAppend()
DIntermNode_util.h22 TIntermFunctionDefinition *CreateInternalFunctionDefinitionNode(const TFunction &func,
DIntermNode_util.cpp42 TIntermFunctionDefinition *CreateInternalFunctionDefinitionNode(const TFunction &func, in CreateInternalFunctionDefinitionNode() function
/external/angle/src/compiler/translator/tree_ops/
DDeferGlobalInitializers.cpp118 CreateInternalFunctionDefinitionNode(*initGlobalsFunction, initGlobalsBlock); in InsertInitCallToMain()
DRewriteCubeMapSamplersAs2DArray.cpp698 *declOut = CreateInternalFunctionDefinitionNode(*function, body); in declareCoordTranslationFunction()
DRewriteRowMajorMatrices.cpp1509 CreateInternalFunctionDefinitionNode(*copyFunction, body); in declareStructCopy()
/external/angle/src/compiler/translator/
DTranslatorVulkan.cpp433 CreateInternalFunctionDefinitionNode(*getOffsetsFunction, body); in AddXfbEmulationSupport()
457 {CreateInternalFunctionDefinitionNode(*xfbCaptureFunction, body)}); in AddXfbEmulationSupport()