Searched refs:m_timestampStartValues (Results 1 – 1 of 1) sorted by relevance
2452 vector<deUint64> m_timestampStartValues; member in vkt::MultiView::__anon997a26620111::MultiViewQueriesTestInstance2524 DE_ASSERT(!m_timestampStartValues.empty()); in iterate()2525 DE_ASSERT(m_timestampStartValues.size() == m_timestampEndValues.size()); in iterate()2526 DE_ASSERT(m_timestampStartValues.size() == m_counterSeriesStart.size()); in iterate()2527 for (size_t ndx = 0; ndx < m_timestampStartValues.size(); ++ndx) in iterate()2531 if (m_timestampEndValues[ndx] > 0 && m_timestampEndValues[ndx] >= m_timestampStartValues[ndx]) in iterate()2536 if (m_timestampEndValues[ndx] > 0 && m_timestampEndValues[ndx] >= m_timestampStartValues[ndx]) in iterate()2539 if (m_timestampEndValues[ndx] == 0 && m_timestampStartValues[ndx] == 0) in iterate()2718 m_timestampStartValues.resize(queryCountersNumber, 0ull); in draw()2719 …yCountersNumber, sizeof(deUint64) * queryCountersNumber, (void*)&m_timestampStartValues[0], sizeof… in draw()[all …]