Lines Matching defs:images
109 /* Our display pipeline requires that images are linear, so we cannot
110 * ensure that our swapchain images can be sampled. If we are running under
112 * probably end up selecting an UIF layout for the swapchain images but it
113 * may still choose linear and send images directly for scanout if the
172 VkImage *images = malloc(sizeof(*images) * n_images);
173 VkResult result = wsi_common_get_images(swapchain, &n_images, images);
176 free(images);
180 V3DV_FROM_HANDLE(v3dv_image, image, images[index]);
181 free(images);