Lines Matching defs:present
517 // presentation engine will still present the image correctly.
524 // Wait for the present complete semaphore to be signaled to ensure
546 VkPresentInfoKHR present = {
556 err = vkQueuePresentKHR(demo->queue, &present);
563 // presentation engine will still present the image correctly.
1881 // Search for a graphics and a present queue in the array of queue
1899 // If didn't find a queue that supports both graphics and present, then
1900 // find a separate present queue.
1910 // Generate error if could not find both a graphics and a present queue
1913 ERR_EXIT("Could not find a graphics and a present queue\n",
1920 // and a present queues, this demo program assumes it is only using
1923 ERR_EXIT("Could not find a common graphics and a present queue\n",