Searched refs:FindMainIndex (Results 1 – 5 of 5) sorted by relevance
19 size_t FindMainIndex(TIntermBlock *root);
17 size_t FindMainIndex(TIntermBlock *root) in FindMainIndex() function
351 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()
293 size_t mainIndex = FindMainIndex(root); in AddANGLEPositionVaryingDeclaration()436 const size_t mainIndex = FindMainIndex(root); in AddXfbEmulationSupport()
182 root.insertChildNodes(FindMainIndex(&root), seq); in exec()