Lines Matching defs:queue
85 // thrown a NotSupported exception if the requested queue type did
87 // "alternative" queue would be different to the universal queue.
216 const VkQueue queue = getDeviceQueue(vk, m_device, m_queueFamilyIndex, 0);
218 // if posible use synchronization2 when testing transfer only queue
295 (vk.*(queueSubmit2Fun))(queue, 1u, &submitInfo2, *fence);
303 VK_CHECK(vk.queueSubmit(queue, 1u, &submitInfo, *fence));
433 const VkQueue queue = getDeviceQueue(vk, m_device, m_queueFamilyIndex, 0);
453 submitCommandsAndWait(vk, m_device, queue, m_cmdBuffer.get());
572 const VkQueue queue = getDeviceQueue(vk, m_device, m_queueFamilyIndex, 0);
592 submitCommandsAndWait(vk, m_device, queue, m_cmdBuffer.get());
656 // BufferView Fill and Update Tests for Suballocated Objects on transfer only queue