Lines Matching defs:queue
117 Queues& queue = m_queues[getQueueFamilyIndex(queueFamilyIndexNdx)];
118 for (int queueNdx = 0; queueNdx < static_cast<int>(queue.queues.size()); ++queueNdx)
121 if (queue.available[queueNdx])
123 queue.available[queueNdx] = false;
125 returnQueues = queue.queues[queueNdx];
214 TCU_THROW(NotSupportedError, "Queue not found");
327 VkQueue queue;
329 while(!queues.getFreeQueue(queueFamilyIndex, queue, queueIndex)){}
374 submitCommandsAndWait(vk, device, queue, *cmdBuffer);
401 VkQueue queue;
403 while(!queues.getFreeQueue(queueFamilyIndex, queue, queueIndex)){}
472 submitCommandsAndWait(vk, device, queue, *cmdBuffer);