Home
last modified time | relevance | path

Searched refs:exportableHandleTypes (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkSemaphore.cpp196 exportableHandleTypes = info.exportHandleTypes; in BinarySemaphore()
313 if((exportableHandleTypes & VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT) == 0) in exportFd()
316 exportableHandleTypes, in exportFd()
344 if((exportableHandleTypes & VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_TEMP_ZIRCON_EVENT_BIT_FUCHSIA) == 0) in exportHandle()
347 exportableHandleTypes, in exportHandle()
DVkSemaphore.hpp179 VkExternalSemaphoreHandleTypeFlags exportableHandleTypes = (VkExternalSemaphoreHandleTypeFlags)0; member in vk::BinarySemaphore