/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
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,
|
D | vulkan.hpp | 5326 … const VkMemoryGetZirconHandleInfoFUCHSIA * pGetZirconHandleInfo, in vkGetMemoryZirconHandleFUCHSIA() argument 5329 return ::vkGetMemoryZirconHandleFUCHSIA( device, pGetZirconHandleInfo, pZirconHandle ); in vkGetMemoryZirconHandleFUCHSIA() 5354 … const VkSemaphoreGetZirconHandleInfoFUCHSIA * pGetZirconHandleInfo, in vkGetSemaphoreZirconHandleFUCHSIA() argument 5357 return ::vkGetSemaphoreZirconHandleFUCHSIA( device, pGetZirconHandleInfo, pZirconHandle ); in vkGetSemaphoreZirconHandleFUCHSIA()
|
D | vulkan_funcs.hpp | 17855 const VULKAN_HPP_NAMESPACE::MemoryGetZirconHandleInfoFUCHSIA * pGetZirconHandleInfo, in getMemoryZirconHandleFUCHSIA() argument 17860 …m_device, reinterpret_cast<const VkMemoryGetZirconHandleInfoFUCHSIA *>( pGetZirconHandleInfo ), pZ… in getMemoryZirconHandleFUCHSIA() 17939 const VULKAN_HPP_NAMESPACE::SemaphoreGetZirconHandleInfoFUCHSIA * pGetZirconHandleInfo, in getSemaphoreZirconHandleFUCHSIA() argument 17945 reinterpret_cast<const VkSemaphoreGetZirconHandleInfoFUCHSIA *>( pGetZirconHandleInfo ), in getSemaphoreZirconHandleFUCHSIA()
|
D | vulkan_handles.hpp | 11041 const VULKAN_HPP_NAMESPACE::MemoryGetZirconHandleInfoFUCHSIA * pGetZirconHandleInfo, 11082 const VULKAN_HPP_NAMESPACE::SemaphoreGetZirconHandleInfoFUCHSIA * pGetZirconHandleInfo,
|
/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…
|