Home
last modified time | relevance | path

Searched refs:startQueryId (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoFrameBuffer.hpp165 int32_t startQueryId; // query Id used for the this frame. member
190 startQueryId = 0; in Reset()
224 int32_t startQueryId; member
H A DvktVideoFrameBuffer.cpp598 pFrameSynchronizationInfo->startQueryId = picId;
651 pDecodedFrame->startQueryId = pictureIndex;
H A DvktVideoBaseDecodeUtils.cpp1580 vk.cmdResetQueryPool(commandBuffer, cachedParameters->frameSynchronizationInfo.queryPool, cachedParameters->frameSynchronizationInfo.startQueryId,
1609 vk.cmdBeginQuery(commandBuffer, cachedParameters->frameSynchronizationInfo.queryPool, cachedParameters->frameSynchronizationInfo.startQueryId, VkQueryControlFlags());
1616 vk.cmdEndQuery(commandBuffer, cachedParameters->frameSynchronizationInfo.queryPool, cachedParameters->frameSynchronizationInfo.startQueryId);
1692 cachedParameters->frameSynchronizationInfo.startQueryId,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.hpp106 int32_t startQueryId; member
215 int32_t startQueryId; member
H A DvktVideoBaseDecodeUtils.cpp3035 vkd.cmdResetQueryPool(commandBuffer, frameSynchronizationInfo.queryPool, frameSynchronizationInfo.startQueryId, frameSynchronizationInfo.numQueries);
3045 vkd.cmdBeginQuery(commandBuffer, frameSynchronizationInfo.queryPool, frameSynchronizationInfo.startQueryId, 0u);
3058 vkd.cmdEndQuery(commandBuffer, frameSynchronizationInfo.queryPool, frameSynchronizationInfo.startQueryId);
3164 m_frameSynchronizationInfos[ndx].startQueryId,
3994 pFrameSynchronizationInfo->startQueryId = picId;
4055 pDecodedFrame->startQueryId = pictureIndex;

Completed in 9 milliseconds