Lines Matching refs:planes

390    if (iview->planes[0].isl.base_array_layer >=
392 iview->planes[0].isl.base_level))
407 if (!isl_color_value_is_zero(clear_color, iview->planes[0].isl.format))
426 !isl_color_value_is_zero_one(clear_color, iview->planes[0].isl.format))
435 &iview->image->planes[0].primary_surface.isl,
436 &iview->planes[0].isl)) {
450 if (iview->planes[0].isl.base_level > 0 ||
451 iview->planes[0].isl.base_array_layer > 0) {
494 &iview->image->planes[0].primary_surface.isl,
496 iview->planes[0].isl.base_level,
497 iview->planes[0].isl.base_array_layer,
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))
637 if (image->planes[depth_plane].aux_usage == ISL_AUX_USAGE_NONE)
654 assert(image->planes[0].primary_surface.isl.levels == 1);
736 if (anv_surface_is_valid(&image->planes[plane].shadow_surface) &&
747 if (image->planes[plane].aux_usage == ISL_AUX_USAGE_NONE)
806 if (image->planes[plane].aux_usage != ISL_AUX_USAGE_CCS_E)
994 image->planes[plane].aux_usage == ISL_AUX_USAGE_CCS_D)
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));
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 ==
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;
3609 * with clip planes but that'd be a bit odd.
6308 isl_view = gfx->depth_att.iview->planes[0].isl;
6310 isl_view = gfx->stencil_att.iview->planes[0].isl;
6330 &image->planes[depth_plane].primary_surface;
6348 &image->planes[depth_plane].aux_surface;
6370 &image->planes[stencil_plane].primary_surface;
6376 info.stencil_aux_usage = image->planes[stencil_plane].aux_usage;
6429 info.view = &fsr_iview->planes[0].isl;
6430 info.surf = &fsr_iview->image->planes[0].primary_surface.isl;
6536 iview->planes[0].isl.format);
6586 iview->planes[0].isl.format,
6587 iview->planes[0].isl.swizzle,
6594 iview->planes[0].isl.format,
6595 iview->planes[0].isl.swizzle,
6606 iview->planes[0].isl.format)) {
6627 iview->planes[0].isl.format,
6628 iview->planes[0].isl.swizzle,
6637 iview->planes[0].isl.format,
6638 iview->planes[0].isl.swizzle,
6653 struct isl_view isl_view = iview->planes[0].isl;
6677 iview->image->planes[0].aux_usage != ISL_AUX_USAGE_NONE &&
6678 iview->planes[0].isl.base_level == 0 &&
6679 iview->planes[0].isl.base_array_layer == 0) {
6975 iview->planes[0].isl.base_level,
6976 iview->planes[0].isl.base_array_layer,
6983 const uint32_t level = iview->planes[0].isl.base_level;
6984 const uint32_t layer = iview->planes[0].isl.base_array_layer + i;
7038 src_iview->planes[0].isl.base_level,
7039 src_iview->planes[0].isl.base_array_layer,
7041 dst_iview->planes[0].isl.base_level,
7042 dst_iview->planes[0].isl.base_array_layer,
7056 src_iview->planes[0].isl.base_level,
7057 src_iview->planes[0].isl.base_array_layer + i,
7059 dst_iview->planes[0].isl.base_level,
7060 dst_iview->planes[0].isl.base_array_layer + i,
7150 src_iview->planes[0].isl.base_array_layer,
7165 src_iview->planes[0].isl.base_array_layer,
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,