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.cpp682 deUint64* m_timestampValuesHostQueryReset; member in vkt::pipeline::__anon39456d5d0111::TimestampTestInstance
759 m_timestampValuesHostQueryReset = new deUint64[m_stages.size() * 2]; in TimestampTestInstance()
761 m_timestampValuesHostQueryReset = DE_NULL; in TimestampTestInstance()
769 delete[] m_timestampValuesHostQueryReset; in ~TimestampTestInstance()
770 m_timestampValuesHostQueryReset = NULL; in ~TimestampTestInstance()
816 deMemset(m_timestampValuesHostQueryReset, 0, sizeof(deUint64) * stageSize * 2); in iterate()
820 m_timestampValuesHostQueryReset[2 * ndx] = m_timestampValues[ndx]; in iterate()
826 …ool, 0u, stageSize, sizeof(deUint64) * stageSize * 2, (void*)m_timestampValuesHostQueryReset, size… in iterate()
839 if ((m_timestampValuesHostQueryReset[2 * ndx] & m_timestampMask) != m_timestampValues[ndx]) in iterate()
841 if (m_timestampValuesHostQueryReset[2 * ndx + 1] != 0u) in iterate()