Searched refs:rebuildRoot (Results 1 – 15 of 15) sorted by relevance
46 if (!rewriter.rebuildRoot(root)) in TransposeRowMajorMatricies()
68 if (!rewriter.rebuildRoot(root)) in GuardFragDepthWrite()
86 if (!Rewriter(compiler).rebuildRoot(root)) in RewriteCaseDeclarations()
56 if (!rebuildRoot(root)) in rewrite()
366 if (!Rewriter1(compiler).rebuildRoot(root)) in RewriteUnaddressableReferences()370 if (!Rewriter2(compiler, symbolEnv).rebuildRoot(root)) in RewriteUnaddressableReferences()
93 if (!Rewriter(compiler).rebuildRoot(root)) in IntroduceVertexAndInstanceIndex()
99 if (!rewriter.rebuildRoot(root)) in AddExplicitTypeCasts()
122 if (!reducer.rebuildRoot(root)) in ReduceInterfaceBlocks()
219 if (!rewriter.rebuildRoot(root)) in RewriteOutArgs()
673 if (!PrePass(compiler).rebuildRoot(root)) in SeparateCompoundExpressions()678 if (!Separator(compiler, symbolEnv, idGen).rebuildRoot(root)) in SeparateCompoundExpressions()
41 if (!rewriter.rebuildRoot(root)) in MapSymbols()
211 [[nodiscard]] bool rebuildRoot(TIntermBlock &root);
116 if (!rebuildRoot(root)) in exec()592 if (!self.rebuildRoot(root)) in ThreadPipeline()
76 if (!finder.rebuildRoot(root)) in FindStructs()
182 bool TIntermRebuild::rebuildRoot(TIntermBlock &root) in rebuildRoot() function in sh::TIntermRebuild