Searched refs:m_timestampEndValues (Results 1 – 1 of 1) sorted by relevance
2453 vector<deUint64> m_timestampEndValues; member in vkt::MultiView::__anon7b94e9a90111::MultiViewQueriesTestInstance2525 DE_ASSERT(m_timestampStartValues.size() == m_timestampEndValues.size()); 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()2723 m_timestampEndValues.resize(queryCountersNumber, 0ull); in draw()2724 …ryCountersNumber, sizeof(deUint64) * queryCountersNumber, (void*)&m_timestampEndValues[0], sizeof(… in draw()2725 for (deUint32 ndx = 0; ndx < m_timestampEndValues.size(); ++ndx) in draw()2726 m_timestampEndValues[ndx] &= m_timestampMask; in draw()