Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DIntermRebuild.h258 ANGLE_NO_DISCARD bool rebuildInPlace(TIntermAggregate &node);
262 ANGLE_NO_DISCARD bool rebuildInPlace(TIntermBlock &node);
266 ANGLE_NO_DISCARD 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
DSeparateCompoundExpressions.cpp598 if (!rebuildInPlace(*node.getBody())) in visitLoopPre()