Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_fence.h594 static inline void vn_async_vkCreateFence(struct vn_instance *vn_instance, VkDevice device, const V… in vn_async_vkCreateFence() function
/third_party/mesa3d/src/virtio/vulkan/
Dvn_queue.c651 vn_async_vkCreateFence(dev->instance, device, pCreateInfo, NULL, pFence); in vn_CreateFence()