Lines Matching defs:queue
583 // query to get the initial queue props size
593 // now get the actual queue props
598 // iterate to find the graphics queue
612 // iterate to find the present queue, if needed
628 // Just setting this so we end up make a single queue for graphics since there was no
629 // request for a present queue.
716 // Here we assume no need for swapchain queue
765 VkQueue queue;
776 grVkGetDeviceQueue2(device, &queue_info2, &queue);
778 grVkGetDeviceQueue(device, graphicsQueueIndex, 0, &queue);
784 ctx->fQueue = queue;