Searched refs:pGetZirconHandleInfo (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan_fuchsia.h | 67 …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/ |
D | vulkan_fuchsia_extras.h | 177 …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/ |
D | libVulkan.cpp | 1533 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/ |
D | vkDeviceDriverImpl.inl | 1690 …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);
|
D | vkConcreteDeviceInterface.inl | 341 …A (VkDevice device, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, pt::zx_han… 344 … (VkDevice device, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, pt::zx_han…
|
D | vkVirtualDeviceInterface.inl | 341 …A (VkDevice device, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, pt::zx_han… 344 … (VkDevice device, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, pt::zx_han…
|
D | vkNullDriverImpl.inl | 2944 …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);
|
D | vkFunctionPointerTypes.inl | 451 … (VkDevice device, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, pt::zx_han… 454 … (VkDevice device, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, pt::zx_han…
|