Searched refs:createExportableSemaphore (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 842 …const vk::Unique<vk::VkSemaphore> semaphore (createExportableSemaphore(vkd, *device, config.exter… in testSemaphoreImportTwice() 890 …const vk::Unique<vk::VkSemaphore> semaphoreA (createExportableSemaphore(vkd, *device, config.exte… in testSemaphoreImportReimport() 935 …const vk::Unique<vk::VkSemaphore> semaphoreA (createExportableSemaphore(vkd, *device, config.ext… in testSemaphoreSignalExportImportWait() 972 …const vk::Unique<vk::VkSemaphore> semaphoreA (createExportableSemaphore(vkd, *device, config.ext… in testSemaphoreExportSignalImportWait() 1009 …const vk::Unique<vk::VkSemaphore> semaphoreA (createExportableSemaphore(vkd, *device, config.exter… in testSemaphoreExportImportSignalWait() 1043 …const vk::Unique<vk::VkSemaphore> semaphoreA (createExportableSemaphore(vkd, *device, config.exter… in testSemaphoreSignalImport() 1091 …const vk::Unique<vk::VkSemaphore> semaphoreA (createExportableSemaphore(vkd, *device, config.exter… in testSemaphoreSignalWaitImport() 1140 …const vk::Unique<vk::VkSemaphore> semaphore (createExportableSemaphore(vkd, *device, config.extern… in testSemaphoreMultipleExports() 1179 …const vk::Unique<vk::VkSemaphore> semaphoreA (createExportableSemaphore(vkd, *device, config.exter… in testSemaphoreMultipleImports() 1230 …const vk::Unique<vk::VkSemaphore> semaphoreA (createExportableSemaphore(vkd, *device, config.exter… in testSemaphoreTransference() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.hpp | 188 vk::Move<vk::VkSemaphore> createExportableSemaphore (const vk::DeviceInterface& vkd,
|
D | vktExternalMemoryUtil.cpp | 681 vk::Move<vk::VkSemaphore> createExportableSemaphore (const vk::DeviceInterface& vkd, in createExportableSemaphore() function
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationCrossInstanceSharingTests.cpp | 1085 …const vk::Unique<vk::VkSemaphore> semaphoreA (createExportableSemaphore(m_vkdA, *m_deviceA, m_s… in iterate()
|