Home | History | Annotate | Download | only in wsi

Lines Matching defs:m_queue

798 	const vk::VkQueue						m_queue;
945 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u))
1030 VK_CHECK(m_vkd.queueWaitIdle(m_queue));
1212 VK_CHECK(m_vkd.queueSubmit(m_queue, 1u, &submitInfo, fence));
1279 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo));
1297 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo));