Searched refs:timestampEntry (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineTimestampTests.cpp | 656 deUint32 timestampEntry = 0; in configCommandBuffer() local 659 vk.cmdWriteTimestamp(*m_cmdBuffer, *it, *m_queryPool, timestampEntry++); in configCommandBuffer() 1087 deUint32 timestampEntry = 0u; in configCommandBuffer() local 1090 vk.cmdWriteTimestamp(*m_cmdBuffer, *it, *m_queryPool, timestampEntry++); in configCommandBuffer() 1098 deUint32 timestampEntry = 0u; in configCommandBuffer() local 1101 vk.cmdWriteTimestamp(*m_cmdBuffer, *it, *m_queryPool, timestampEntry++); in configCommandBuffer() 1325 deUint32 timestampEntry = 0u; in configCommandBuffer() local 1328 vk.cmdWriteTimestamp(*m_cmdBuffer, *it, *m_queryPool, timestampEntry++); in configCommandBuffer() 1336 deUint32 timestampEntry = 0u; in configCommandBuffer() local 1339 vk.cmdWriteTimestamp(*m_cmdBuffer, *it, *m_queryPool, timestampEntry++); in configCommandBuffer() [all …]
|