Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_semaphore.h813 static inline VkResult vn_call_vkSignalSemaphore(struct vn_instance *vn_instance, VkDevice device, … in vn_call_vkSignalSemaphore() function
/third_party/mesa3d/src/virtio/vulkan/
Dvn_queue.c877 vn_call_vkSignalSemaphore(dev->instance, device, pSignalInfo); in vn_SignalSemaphore()