Home
last modified time | relevance | path

Searched defs:FrameSynchronizationInfo (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/video/
DvktVideoBaseDecodeUtils.hpp208 struct FrameSynchronizationInfo struct in vkt::video::VideoFrameBuffer
210 VkFence frameCompleteFence;
211 VkSemaphore frameCompleteSemaphore;
212 VkFence frameConsumerDoneFence;
213 VkSemaphore frameConsumerDoneSemaphore;
214 VkQueryPool queryPool;
215 int32_t startQueryId;
216 uint32_t numQueries;
217 uint32_t hasFrameCompleteSignalFence : 1;
218 uint32_t hasFrameCompleteSignalSemaphore : 1;