Home
last modified time | relevance | path

Searched defs:GroupState (Results 1 – 1 of 1) 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
197 const TestGroup* group;
198 int childNdx;
200 bool operator!= (const GroupState& other) const in operator !=()
205 bool operator== (const GroupState& other) const in operator ==()