Lines Matching defs:plane_id
581 radv_get_surface_flags(struct radv_device *device, struct radv_image *image, unsigned plane_id,
586 VkFormat format = radv_image_get_plane_format(device->physical_device, image, plane_id);
768 const struct legacy_surf_level *base_level_info, unsigned plane_id,
773 struct radv_image_plane *plane = &image->planes[plane_id];
774 struct radv_image_binding *binding = image->disjoint ? &image->bindings[plane_id] : &image->bindings[0];
1938 bool enable_compression, unsigned plane_id,
1942 struct radv_image_plane *plane = &image->planes[plane_id];
1965 vk_format_get_plane_width(image->vk.format, plane_id, iview->extent.width),
1966 vk_format_get_plane_height(image->vk.format, plane_id, iview->extent.height),
1982 si_set_mutable_tex_desc_fields(device, image, base_level_info, plane_id, iview->vk.base_mip_level,
2088 iview->plane_id = radv_plane_from_aspect(pCreateInfo->subresourceRange.aspectMask);
2117 iview->plane_id = 1;
2135 if (iview->vk.format != image->planes[iview->plane_id].format) {
2138 unsigned img_bw = vk_format_get_blockwidth(image->planes[iview->plane_id].format);
2139 unsigned img_bh = vk_format_get_blockheight(image->planes[iview->plane_id].format);
2204 disable_compression, enable_compression, iview->plane_id + i,
2207 disable_compression, enable_compression, iview->plane_id + i,
2406 unsigned plane_id = 0;
2408 plane_id = radv_plane_from_aspect(pSubresource->aspectMask);
2410 struct radv_image_plane *plane = &image->planes[plane_id];