Home
last modified time | relevance | path

Searched refs:mMulti (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DIntermRebuild.cpp46 mMulti(std::move(other.mMulti)) in BaseResult()
71 mMulti(std::move(nodes)) in BaseResult()
79 mMulti = std::move(other.mMulti); in moveAssignImpl()
108 return &mMulti; in multi()
275 for (TIntermNode *newNode : result.mMulti) in traverseAggregateBaseChildren()
DIntermRebuild.h133 std::vector<TIntermNode *> mMulti; variable