Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DRewriteGlobalQualifierDecls.cpp100 if (!fdg.rebuildRoot(root)) in RewriteGlobalQualifierDecls()
107 if (!rewriter.rebuildRoot(root)) in RewriteGlobalQualifierDecls()
DTransposeRowMajorMatrices.cpp47 if (!rewriter.rebuildRoot(root)) in TransposeRowMajorMatricies()
DMapSymbols.cpp41 if (!rewriter.rebuildRoot(root)) in MapSymbols()
DRewriteCaseDeclarations.cpp86 if (!Rewriter(compiler).rebuildRoot(root)) in RewriteCaseDeclarations()
DHoistConstants.cpp56 if (!rebuildRoot(root)) in rewrite()
DIntroduceVertexIndexID.cpp84 if (!Rewriter(compiler).rebuildRoot(root)) in IntroduceVertexAndInstanceIndex()
DAddExplicitTypeCasts.cpp90 if (!rewriter.rebuildRoot(root)) in AddExplicitTypeCasts()
DRewriteUnaddressableReferences.cpp366 if (!Rewriter1(compiler).rebuildRoot(root)) in RewriteUnaddressableReferences()
370 if (!Rewriter2(compiler, symbolEnv).rebuildRoot(root)) in RewriteUnaddressableReferences()
DReduceInterfaceBlocks.cpp118 if (!reducer.rebuildRoot(root)) in ReduceInterfaceBlocks()
DRewriteOutArgs.cpp216 if (!rewriter.rebuildRoot(root)) in RewriteOutArgs()
DSeparateCompoundExpressions.cpp643 if (!PrePass(compiler).rebuildRoot(root)) in SeparateCompoundExpressions()
648 if (!Separator(compiler, symbolEnv, idGen).rebuildRoot(root)) in SeparateCompoundExpressions()
DIntermRebuild.h211 ANGLE_NO_DISCARD bool rebuildRoot(TIntermBlock &root);
DRewriteKeywords.cpp457 if (!rewriter.rebuildRoot(root)) in RewriteKeywords()
DRewritePipelines.cpp102 if (!rebuildRoot(root)) in exec()
557 if (!self.rebuildRoot(root)) in ThreadPipeline()
DSymbolEnv.cpp76 if (!finder.rebuildRoot(root)) in FindStructs()
DIntermRebuild.cpp182 bool TIntermRebuild::rebuildRoot(TIntermBlock &root) in rebuildRoot() function in sh::TIntermRebuild