Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DFindMain.h19 size_t FindMainIndex(TIntermBlock *root);
DFindMain.cpp17 size_t FindMainIndex(TIntermBlock *root) in FindMainIndex() function
/external/angle/src/compiler/translator/
DTranslatorMetalDirect.cpp351 root.insertChildNodes(FindMainIndex(&root), {new TIntermDeclaration{&var}}); in DeclareRightBeforeMain()
356 root.insertChildNodes(FindMainIndex(&root), in AddFragColorDeclaration()
362 root.insertChildNodes(FindMainIndex(&root), in AddFragDepthDeclaration()
384 root.insertChildNodes(FindMainIndex(&root), in AddSampleMaskDeclaration()
408 root.insertChildNodes(FindMainIndex(&root), declareGLFragdataSequence); in AddFragDataDeclaration()
843 FindMainIndex(root), in translateImpl()
DTranslatorVulkan.cpp293 size_t mainIndex = FindMainIndex(root); in AddANGLEPositionVaryingDeclaration()
436 const size_t mainIndex = FindMainIndex(root); in AddXfbEmulationSupport()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DRewritePipelines.cpp182 root.insertChildNodes(FindMainIndex(&root), seq); in exec()