Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/msl/
DTransposeRowMajorMatrices.cpp46 if (!rewriter.rebuildRoot(root)) in TransposeRowMajorMatricies()
DGuardFragDepthWrite.cpp68 if (!rewriter.rebuildRoot(root)) in GuardFragDepthWrite()
DRewriteCaseDeclarations.cpp86 if (!Rewriter(compiler).rebuildRoot(root)) in RewriteCaseDeclarations()
DHoistConstants.cpp56 if (!rebuildRoot(root)) in rewrite()
DRewriteUnaddressableReferences.cpp366 if (!Rewriter1(compiler).rebuildRoot(root)) in RewriteUnaddressableReferences()
370 if (!Rewriter2(compiler, symbolEnv).rebuildRoot(root)) in RewriteUnaddressableReferences()
DIntroduceVertexIndexID.cpp93 if (!Rewriter(compiler).rebuildRoot(root)) in IntroduceVertexAndInstanceIndex()
DAddExplicitTypeCasts.cpp99 if (!rewriter.rebuildRoot(root)) in AddExplicitTypeCasts()
DReduceInterfaceBlocks.cpp122 if (!reducer.rebuildRoot(root)) in ReduceInterfaceBlocks()
DRewriteOutArgs.cpp219 if (!rewriter.rebuildRoot(root)) in RewriteOutArgs()
DSeparateCompoundExpressions.cpp673 if (!PrePass(compiler).rebuildRoot(root)) in SeparateCompoundExpressions()
678 if (!Separator(compiler, symbolEnv, idGen).rebuildRoot(root)) in SeparateCompoundExpressions()
/external/angle/src/compiler/translator/msl/
DMapSymbols.cpp41 if (!rewriter.rebuildRoot(root)) in MapSymbols()
DIntermRebuild.h211 [[nodiscard]] bool rebuildRoot(TIntermBlock &root);
DRewritePipelines.cpp116 if (!rebuildRoot(root)) in exec()
592 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