Home
last modified time | relevance | path

Searched refs:CloneFunctionAndAppendParams (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DIntroduceVertexIndexID.cpp69 const TFunction &newFunction = CloneFunctionAndAppendParams( in visitFunctionDefinitionPre()
DAstHelpers.h59 const TFunction &CloneFunctionAndAppendParams(TSymbolTable &symbolTable,
DRewritePipelines.cpp398 newFunc = &CloneFunctionAndAppendParams(mSymbolTable, nullptr, func, variables); in getUpdatedFunction()
421 newFunc = &CloneFunctionAndAppendParams(mSymbolTable, nullptr, func, variables); in getUpdatedFunction()
DAstHelpers.cpp136 const TFunction &sh::CloneFunctionAndAppendParams(TSymbolTable &symbolTable, in CloneFunctionAndAppendParams() function in sh