Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp528 uint64_t *m_timestampValuesHostQueryReset; member in vkt::pipeline::__anonb6e788ec0111::TimestampTestInstance
622 m_timestampValuesHostQueryReset = new uint64_t[m_stages.size() * 2]; in TimestampTestInstance()
624 m_timestampValuesHostQueryReset = DE_NULL; in TimestampTestInstance()
632 delete[] m_timestampValuesHostQueryReset; in ~TimestampTestInstance()
633 m_timestampValuesHostQueryReset = NULL; in ~TimestampTestInstance()
688 deMemset(m_timestampValuesHostQueryReset, 0, sizeof(uint64_t) * stageSize * 2); in iterate()
693 m_timestampValuesHostQueryReset[2 * ndx] = m_timestampValues[ndxTimestampValue]; in iterate()
701 (void *)m_timestampValuesHostQueryReset, sizeof(uint64_t) * 2, in iterate()
716 …if ((m_timestampValuesHostQueryReset[2 * ndx] & m_timestampMask) != m_timestampValues[ndxTimestamp… in iterate()
718 if (m_timestampValuesHostQueryReset[2 * ndx + 1] != 0u) in iterate()