Lines Matching defs:image
68 * presentable image for display. A swapchain's image must be transitioned
75 * - VK_QUEUE_FAMILY_FOREIGN_EXT has the ownership, if the image is not a
82 * A queue family can take ownership of an image subresource or buffer
86 * contents of the image subresource or buffer range are undefined.
106 * When the image has VK_SHARING_MODE_CONCURRENT, we can, and are required to,
110 * When the image has VK_SHARING_MODE_EXCLUSIVE, we have to work out who the
132 const struct vn_image *img = vn_image_from_handle(src_barrier->image);
227 * Nothing appears to be said about the submission order of image memory
318 .image = vn_image_to_handle((struct vn_image *)img),
399 images[i] = vn_image_view_from_handle(views[index])->image;
1245 VkImage image,
1251 VN_CMD_ENQUEUE(vkCmdClearColorImage, commandBuffer, image, imageLayout,
1257 VkImage image,
1263 VN_CMD_ENQUEUE(vkCmdClearDepthStencilImage, commandBuffer, image,