Home
last modified time | relevance | path

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

/external/deqp/executor/
DxeTestCase.hpp193 struct GroupState struct in xe::ConstTestNodeIterator
195 GroupState (const TestGroup* group_) : group(group_), childNdx(0) {} in GroupState() function
200 bool operator!= (const GroupState& other) const in operator !=() argument
205 bool operator== (const GroupState& other) const in operator ==() argument
212 std::vector<GroupState> m_iterStack;
DxeTestCase.cpp439 iter.m_iterStack.push_back(GroupState(DE_NULL)); in begin()
459 m_iterStack.push_back(GroupState(static_cast<const TestGroup*>(curNode))); in operator ++()