Lines Matching defs:image
692 * \param[in] vk_format Vulkan image format.
716 const struct pvr_image *image = iview->image;
717 uint32_t level_pitch = image->mip_levels[iview->vk.base_mip_level].pitch;
741 unreachable("Unsupported Vulkan image format");
764 PVR_DEV_ADDR_OFFSET(image->vma->dev_addr,
765 image->mip_levels[iview->vk.base_mip_level].offset);
767 surface_params.mem_layout = image->memlayout;
980 const struct pvr_image *image = iview->image;
982 if (vk_format_has_depth(image->vk.format)) {
984 image->mip_levels[iview->vk.base_mip_level].pitch;
987 job->depth_addr = image->dev_addr;
993 u_minify(image->physical_extent.width, iview->vk.base_mip_level);
995 u_minify(image->physical_extent.height, iview->vk.base_mip_level);
996 job->depth_layer_size = image->layer_size;
1009 job->depth_memlayout = image->memlayout;
1022 if (vk_format_has_stencil(image->vk.format)) {
1024 job->stencil_addr = image->dev_addr;
1029 job->samples = image->vk.samples;