Home
last modified time | relevance | path

Searched refs:pGetZirconHandleInfo (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/scripts/src/
Dvulkan_fuchsia.h67 …CHSIA)(VkDevice device, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_…
73 const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo,
104 …IA)(VkDevice device, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_…
113 const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo,
/external/swiftshader/include/vulkan/
Dvulkan_fuchsia_extras.h177 …CHSIA)(VkDevice device, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_…
183 const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo,
215 …IA)(VkDevice device, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_…
224 const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo,
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp1533 const VkSemaphoreGetZirconHandleInfoFUCHSIA *pGetZirconHandleInfo, in vkGetSemaphoreZirconHandleFUCHSIA() argument
1537 device, static_cast<const void *>(pGetZirconHandleInfo), static_cast<void *>(pZirconHandle)); in vkGetSemaphoreZirconHandleFUCHSIA()
1539 …if(pGetZirconHandleInfo->handleType != VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_TEMP_ZIRCON_EVENT_BIT_FUC… in vkGetSemaphoreZirconHandleFUCHSIA()
1541 UNSUPPORTED("pGetZirconHandleInfo->handleType %d", int(pGetZirconHandleInfo->handleType)); in vkGetSemaphoreZirconHandleFUCHSIA()
1544 auto *sem = vk::DynamicCast<vk::BinarySemaphore>(pGetZirconHandleInfo->semaphore); in vkGetSemaphoreZirconHandleFUCHSIA()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl1690 …CHSIA (VkDevice device, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, pt::zx_han… argument
1692 return m_vk.getMemoryZirconHandleFUCHSIA(device, pGetZirconHandleInfo, pZirconHandle);
1705 …IA (VkDevice device, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, pt::zx_han… argument
1707 return m_vk.getSemaphoreZirconHandleFUCHSIA(device, pGetZirconHandleInfo, pZirconHandle);
DvkConcreteDeviceInterface.inl341 …A (VkDevice device, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, pt::zx_han…
344 … (VkDevice device, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, pt::zx_han…
DvkVirtualDeviceInterface.inl341 …A (VkDevice device, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, pt::zx_han…
344 … (VkDevice device, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, pt::zx_han…
DvkNullDriverImpl.inl2944 …CHSIA (VkDevice device, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, pt::zx_han… argument
2947 DE_UNREF(pGetZirconHandleInfo);
2968 …IA (VkDevice device, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, pt::zx_han… argument
2971 DE_UNREF(pGetZirconHandleInfo);
DvkFunctionPointerTypes.inl451 … (VkDevice device, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, pt::zx_han…
454 … (VkDevice device, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, pt::zx_han…