Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoFrameBuffer.hpp163 VkSemaphore frameConsumerDoneSemaphore; // If valid, the semaphore is signaled when the consumer (graphics, compute or display) is done using the frame. member
188 frameConsumerDoneSemaphore = VK_NULL_HANDLE; in Reset()
222 VkSemaphore frameConsumerDoneSemaphore{VK_NULL_HANDLE};
H A DvktVideoFrameBuffer.cpp593 pFrameSynchronizationInfo->frameConsumerDoneSemaphore = m_perFrameDecodeImageSet[picId].m_frameConsumerDoneSemaphore;
644 pDecodedFrame->frameConsumerDoneSemaphore = m_perFrameDecodeImageSet[pictureIndex].m_frameConsumerDoneSemaphore;
H A DvktVideoBaseDecodeUtils.cpp1633 submitInfo.waitSemaphoreCount = (cachedParameters->frameSynchronizationInfo.frameConsumerDoneSemaphore == VK_NULL_HANDLE) ? 0 : 1;
1634 submitInfo.pWaitSemaphores = &cachedParameters->frameSynchronizationInfo.frameConsumerDoneSemaphore;
1642 if ((cachedParameters->frameSynchronizationInfo.frameConsumerDoneSemaphore == VK_NULL_HANDLE) &&
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.hpp104 VkSemaphore frameConsumerDoneSemaphore; member
213 VkSemaphore frameConsumerDoneSemaphore; member
518 VkSemaphoreSubmitInfoKHR* frameConsumerDoneSemaphore,
H A DvktVideoBaseDecodeUtils.cpp3089 if (m_frameSynchronizationInfos[ndx].frameConsumerDoneSemaphore != DE_NULL)
3090 m_frameConsumerDoneSemaphoreSubmitInfos.push_back(makeSemaphoreSubmitInfo(m_frameSynchronizationInfos[ndx].frameConsumerDoneSemaphore, VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR));
3105 if (friendDecoder->m_frameSynchronizationInfos[ndx].frameConsumerDoneSemaphore != DE_NULL)
3106 m_frameConsumerDoneSemaphoreSubmitInfos.push_back(makeSemaphoreSubmitInfo(friendDecoder->m_frameSynchronizationInfos[ndx].frameConsumerDoneSemaphore, VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR));
3191 VkSemaphoreSubmitInfoKHR* frameConsumerDoneSemaphore,
3197 const deUint32 waitSemaphoreCount = (frameSynchronizationInfo->frameConsumerDoneSemaphore == DE_NULL) ? 0u : 1u;
3200 *frameConsumerDoneSemaphore = makeSemaphoreSubmitInfo(frameSynchronizationInfo->frameConsumerDoneSemaphore, VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR);
3209 frameConsumerDoneSemaphore, // const VkSemaphoreSubmitInfoKHR* pWaitSemaphoreInfos;
3218 if ((frameSynchronizationInfo->frameConsumerDoneSemaphore
[all...]

Completed in 17 milliseconds