Lines Matching defs:image
64 .image = radv_image_to_handle(surf->image),
65 .viewType = radv_meta_get_view_type(surf->image),
158 VkImage image;
213 depth_format = vk_format_stencil_only(dst->image->vk.format);
215 depth_format = vk_format_depth_only(dst->image->vk.format);
301 .pStencilAttachment = (dst->image->vk.aspects & VK_IMAGE_ASPECT_STENCIL_BIT) ?
334 .pDepthAttachment = (dst->image->vk.aspects & VK_IMAGE_ASPECT_DEPTH_BIT) ?
380 bool use_3d = (src_img && src_img->image->vk.image_type == VK_IMAGE_TYPE_3D);
385 src_img ? util_logbase2(src_img->image->info.samples) : 0);