Lines Matching defs:image
21 * \brief Tests for shared presentable image extension
358 vk::VkImage image,
367 image,
401 // swapchain image remains in IMAGE_LAYOUT_SHARED_PRESENT_KHR all
404 // the image concurrently with our rendering.
661 1, // Always 1 image for a shared presentable image swapchain.
798 // Unlike a traditional swapchain, where we'd acquire a new image from the
799 // PE every frame, a shared image swapchain has a single image that is
803 // Acquire the one image
901 deUint32 imageIndex = 0; // There is only one image.
925 // AcquireNextImage. We never call that for a shared image swapchain, so
927 // image application would want a more substantial pacing mechanism.