Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuWaiverUtil.cpp391 WaiverComponent& waiverComponent = m_finalTree[i]; in constructFinalTree() local
393 waiverComponent.name = std::move(buildCmponent.name); in constructFinalTree()
394 waiverComponent.children.resize(buildCmponent.childrenIndex.size()); in constructFinalTree()
400 waiverComponent.children[j] = &m_finalTree[childIndexInTree]; in constructFinalTree()
524 const WaiverComponent* waiverComponent = m_waiverTree.data(); in isOnWaiverList() local
538 for (const auto& c : waiverComponent->children) in isOnWaiverList()
549 waiverComponent = c; in isOnWaiverList()
556 return waiverComponent->children.empty(); in isOnWaiverList()