Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/
Dvk_device.c251 vk_foreach_queue(queue, device) { in vk_device_flush()
286 vk_foreach_queue(queue, device) { in _vk_device_report_lost()
381 vk_foreach_queue(iter, device) { in vk_common_GetDeviceQueue2()
521 vk_foreach_queue(queue, device) { in vk_common_DeviceWaitIdle()
Dvk_queue.h194 #define vk_foreach_queue(queue, device) \ macro