Home
last modified time | relevance | path

Searched refs:rebuildInPlace (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/msl/
DIntermRebuild.h258 [[nodiscard]] bool rebuildInPlace(TIntermAggregate &node);
262 [[nodiscard]] bool rebuildInPlace(TIntermBlock &node);
266 [[nodiscard]] bool rebuildInPlace(TIntermDeclaration &node);
DIntermRebuild.cpp184 if (!rebuildInPlace(root)) in rebuildRoot()
191 bool TIntermRebuild::rebuildInPlace(TIntermAggregate &node) in rebuildInPlace() function in sh::TIntermRebuild
196 bool TIntermRebuild::rebuildInPlace(TIntermBlock &node) in rebuildInPlace() function in sh::TIntermRebuild
201 bool TIntermRebuild::rebuildInPlace(TIntermDeclaration &node) in rebuildInPlace() function in sh::TIntermRebuild
/external/angle/src/compiler/translator/tree_ops/msl/
DConvertUnsupportedConstructorsToFunctionCalls.cpp313 if (!rebuildInPlace(root)) in rewrite()
DSeparateCompoundExpressions.cpp627 if (!rebuildInPlace(*node.getBody())) in visitLoopPre()