Home | History | Annotate | Download | only in wsi

Lines Matching refs:m_queue

918 	const vk::VkQueue								m_queue;
1067 , m_queue (getDeviceQueue(m_vkd, *m_device, m_queueFamilyIndex, 0u))
1140 VK_CHECK(m_vkd.queueWaitIdle(m_queue));
1218 VK_CHECK(m_vkd.queueSubmit(m_queue, 1u, &submitInfo, (vk::VkFence)0));
1250 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo));
1268 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo));