Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp524 uint64_t *m_timestampValuesHostQueryReset; member in vkt::pipeline::__anon5e35836c0111::TimestampTestInstance
618 m_timestampValuesHostQueryReset = new uint64_t[m_stages.size() * 2]; in TimestampTestInstance()
620 m_timestampValuesHostQueryReset = nullptr; in TimestampTestInstance()
628 delete[] m_timestampValuesHostQueryReset; in ~TimestampTestInstance()
629 m_timestampValuesHostQueryReset = NULL; in ~TimestampTestInstance()
684 deMemset(m_timestampValuesHostQueryReset, 0, sizeof(uint64_t) * stageSize * 2); in iterate()
689 m_timestampValuesHostQueryReset[2 * ndx] = m_timestampValues[ndxTimestampValue]; in iterate()
697 (void *)m_timestampValuesHostQueryReset, sizeof(uint64_t) * 2, in iterate()
712 …if ((m_timestampValuesHostQueryReset[2 * ndx] & m_timestampMask) != m_timestampValues[ndxTimestamp… in iterate()
714 if (m_timestampValuesHostQueryReset[2 * ndx + 1] != 0u) in iterate()