Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoFrameBuffer.hpp217 struct FrameSynchronizationInfo struct in vkt::video::VulkanVideoFrameBuffer
219 VkFence frameCompleteFence{VK_NULL_HANDLE};
220 VkSemaphore frameCompleteSemaphore{VK_NULL_HANDLE};
221 VkFence frameConsumerDoneFence{VK_NULL_HANDLE};
222 VkSemaphore frameConsumerDoneSemaphore{VK_NULL_HANDLE};
223 VkQueryPool queryPool{VK_NULL_HANDLE};
224 int32_t startQueryId;
225 deUint32 numQueries;
226 deUint32 hasFrameCompleteSignalFence : 1;
227 deUint32 hasFrameCompleteSignalSemaphore : 1;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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;