Searched refs:exportCreateInfo (Results 1 – 3 of 3) sorted by relevance
248 VkExportFenceCreateInfo exportCreateInfo = {}; in initializeWithFd() local249 exportCreateInfo.sType = VK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO; in initializeWithFd()250 exportCreateInfo.pNext = nullptr; in initializeWithFd()251 exportCreateInfo.handleTypes = VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT_KHR; in initializeWithFd()257 fenceCreateInfo.pNext = &exportCreateInfo; in initializeWithFd()
548 const vk::VkExportFenceCreateInfo exportCreateInfo = in createExportableFence() local557 &exportCreateInfo, in createExportableFence()713 const vk::VkExportSemaphoreCreateInfo exportCreateInfo = in createExportableSemaphore() local722 &exportCreateInfo, in createExportableSemaphore()741 const vk::VkExportSemaphoreCreateInfo exportCreateInfo = in createExportableSemaphoreType() local750 &exportCreateInfo, in createExportableSemaphoreType()
824 const vk::VkExportSemaphoreCreateInfo exportCreateInfo= in testSemaphoreWin32Create() local833 &exportCreateInfo, in testSemaphoreWin32Create()1788 const vk::VkExportFenceCreateInfo exportCreateInfo= in testFenceWin32Create() local1797 &exportCreateInfo, in testFenceWin32Create()