Lines Matching refs:plane
530 const uint32_t plane = anv_image_aspect_to_plane(image, aspect);
532 const struct anv_surface *surface = &image->planes[plane].primary_surface;
536 const struct isl_surf *isl_surf = &image->planes[plane].primary_surface.isl;
610 if (isl_aux_usage_has_ccs(image->planes[plane].aux_usage))
717 const uint32_t plane =
736 if (anv_surface_is_valid(&image->planes[plane].shadow_surface) &&
745 const uint32_t plane =
747 if (image->planes[plane].aux_usage == ISL_AUX_USAGE_NONE)
803 const uint32_t plane = anv_image_aspect_to_plane(image, aspect);
806 if (image->planes[plane].aux_usage != ISL_AUX_USAGE_CCS_E)
978 const uint32_t plane = anv_image_aspect_to_plane(image, aspect);
994 image->planes[plane].aux_usage == ISL_AUX_USAGE_CCS_D)
1252 const uint32_t plane = anv_image_aspect_to_plane(image, aspect);
1254 if (anv_surface_is_valid(&image->planes[plane].shadow_surface) &&
1262 assert(image->planes[plane].primary_surface.isl.tiling == ISL_TILING_LINEAR);
1263 assert(image->planes[plane].shadow_surface.isl.tiling != ISL_TILING_LINEAR);
1264 assert(isl_format_is_compressed(image->planes[plane].primary_surface.isl.format));
1265 assert(plane == 0);
1275 assert(image->planes[plane].primary_surface.isl.tiling != ISL_TILING_LINEAR);
1304 assert(image->planes[plane].fast_clear_memory_range.binding ==
1308 if (image->planes[plane].aux_surface.memory_range.binding ==
1377 * with the MCS referring to an invalid plane because not all bits of
1405 image->planes[plane].primary_surface.isl.format,
1410 if (image->planes[plane].aux_usage == ISL_AUX_USAGE_CCS_E) {
1431 image->planes[plane].primary_surface.isl.format,
1534 image->planes[plane].primary_surface.isl.format,
1548 image->planes[plane].primary_surface.isl.format,
2715 desc->image_view->planes[binding->plane].general_sampler_surface_state :
2716 desc->image_view->planes[binding->plane].optimal_sampler_surface_state;
2731 ? desc->image_view->planes[binding->plane].lowered_storage_surface_state
2732 : desc->image_view->planes[binding->plane].storage_surface_state;
2890 sampler->state[binding->plane], sizeof(sampler->state[0]));
7200 const uint32_t plane =
7203 if (anv_surface_is_valid(&image->planes[plane].shadow_surface) &&
7208 iview->planes[plane].isl.base_level, 1,
7209 iview->planes[plane].isl.base_array_layer,