Searched refs:mIsTreeRoot (Results 1 – 2 of 2) sorted by relevance
674 TIntermBlock() : TIntermNode(), mIsTreeRoot(false) {} in TIntermBlock()696 void setIsTreeRoot() { mIsTreeRoot = true; } in setIsTreeRoot()697 bool isTreeRoot() const { return mIsTreeRoot; } in isTreeRoot()704 bool mIsTreeRoot; variable
412 ASSERT(!node.mIsTreeRoot); in TIntermBlock()413 mIsTreeRoot = false; in TIntermBlock()