Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuRandomValueIterator.hpp76 int m_numLeft; member in tcu::RandomValueIterator
83 , m_numLeft (numLeft) in RandomValueIterator()
91 DE_ASSERT(m_numLeft > 0); in operator ++()
93 m_numLeft -= 1; in operator ++()
110 …return (m_numLeft == 0 && other.m_numLeft == 0) || (m_numLeft == other.m_numLeft && m_rnd == other… in operator ==()
116 …return !(m_numLeft == 0 && other.m_numLeft == 0) && (m_numLeft != other.m_numLeft || m_rnd != othe… in operator !=()