Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DDeferGlobalInitializers.cpp120 CreateInternalFunctionDefinitionNode(*initGlobalsFunction, initGlobalsBlock); in InsertInitCallToMain()
DConvertUnsupportedConstructorsToFunctionCalls.cpp303 CreateInternalFunctionDefinitionNode(*function, body); in visitAggregatePost()
DRewriteCubeMapSamplersAs2DArray.cpp701 *declOut = CreateInternalFunctionDefinitionNode(*function, body); in declareCoordTranslationFunction()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorVulkan.cpp462 CreateInternalFunctionDefinitionNode(*getOffsetsFunction, body); in AddXfbEmulationSupport()
486 {CreateInternalFunctionDefinitionNode(*xfbCaptureFunction, body)}); in AddXfbEmulationSupport()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteRowMajorMatrices.cpp1509 CreateInternalFunctionDefinitionNode(*copyFunction, body); in declareStructCopy()