Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DRewritePipelines.cpp629 const TFunction &oldCalledFunc = *callNode.getFunction(); in visitAggregatePost() local
630 if (!mEnv.isOriginalPipelineFunction(oldCalledFunc)) in visitAggregatePost()
634 const TFunction &newCalledFunc = mEnv.getUpdatedFunction(oldCalledFunc); in visitAggregatePost()