Searched refs:mMaxAllowedDepth (Results 1 – 3 of 3) sorted by relevance
107 return mMaxDepth < mMaxAllowedDepth; in incrementDepth()238 int mMaxAllowedDepth; variable
221 mMaxAllowedDepth(std::numeric_limits<int>::max()), in TIntermTraverser()234 mMaxAllowedDepth = depth; in setMaxAllowedDepth()
32 bool isValid() const { return mIsValid && mMaxDepth < mMaxAllowedDepth; } in isValid()