Home
last modified time | relevance | path

Searched refs:createExportableSemaphore (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp886 …const vk::Unique<vk::VkSemaphore> semaphore (createExportableSemaphore(vkd, *device, config.exter… in testSemaphoreImportTwice()
934 …const vk::Unique<vk::VkSemaphore> semaphoreA (createExportableSemaphore(vkd, *device, config.exte… in testSemaphoreImportReimport()
979 …const vk::Unique<vk::VkSemaphore> semaphoreA (createExportableSemaphore(vkd, *device, config.ext… in testSemaphoreSignalExportImportWait()
1016 …const vk::Unique<vk::VkSemaphore> semaphoreA (createExportableSemaphore(vkd, *device, config.ext… in testSemaphoreExportSignalImportWait()
1053 …const vk::Unique<vk::VkSemaphore> semaphoreA (createExportableSemaphore(vkd, *device, config.exter… in testSemaphoreExportImportSignalWait()
1087 …const vk::Unique<vk::VkSemaphore> semaphoreA (createExportableSemaphore(vkd, *device, config.exter… in testSemaphoreSignalImport()
1135 …const vk::Unique<vk::VkSemaphore> semaphoreA (createExportableSemaphore(vkd, *device, config.exter… in testSemaphoreSignalWaitImport()
1209 …const vk::Unique<vk::VkSemaphore> semaphore (createExportableSemaphore(vkd, *device, config.extern… in testSemaphoreMultipleExports()
1248 …const vk::Unique<vk::VkSemaphore> semaphoreA (createExportableSemaphore(vkd, *device, config.exter… in testSemaphoreMultipleImports()
1299 …const vk::Unique<vk::VkSemaphore> semaphoreA (createExportableSemaphore(vkd, *device, config.exter… in testSemaphoreTransference()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.hpp213 vk::Move<vk::VkSemaphore> createExportableSemaphore (const vk::DeviceInterface& vkd,
DvktExternalMemoryUtil.cpp709 vk::Move<vk::VkSemaphore> createExportableSemaphore (const vk::DeviceInterface& vkd, in createExportableSemaphore() function