Lines Matching refs:logical_level0_px
1815 const struct isl_extent4d logical_level0_px = { in isl_surf_init_s() local
1992 .logical_level0_px = logical_level0_px, in isl_surf_init_s()
2081 .width = surf->logical_level0_px.width, in isl_surf_get_hiz_surf()
2082 .height = surf->logical_level0_px.height, in isl_surf_get_hiz_surf()
2083 .depth = surf->logical_level0_px.depth, in isl_surf_get_hiz_surf()
2085 .array_len = surf->logical_level0_px.array_len, in isl_surf_get_hiz_surf()
2108 assert(surf->logical_level0_px.depth == 1); in isl_surf_get_mcs_surf()
2124 .width = surf->logical_level0_px.width, in isl_surf_get_mcs_surf()
2125 .height = surf->logical_level0_px.height, in isl_surf_get_mcs_surf()
2128 .array_len = surf->logical_level0_px.array_len, in isl_surf_get_mcs_surf()
2276 (surf->levels > 1 || surf->logical_level0_px.array_len > 1)) in isl_surf_supports_ccs()
2363 .width = surf->logical_level0_px.width, in isl_surf_get_ccs_surf()
2364 .height = surf->logical_level0_px.height, in isl_surf_get_ccs_surf()
2365 .depth = surf->logical_level0_px.depth, in isl_surf_get_ccs_surf()
2367 .array_len = surf->logical_level0_px.array_len, in isl_surf_get_ccs_surf()
2430 info->surf->logical_level0_px.depth); in isl_surf_fill_state_s()
2433 info->surf->logical_level0_px.array_len); in isl_surf_fill_state_s()
2469 info->depth_surf->logical_level0_px.depth); in isl_emit_depth_stencil_hiz_s()
2472 info->depth_surf->logical_level0_px.array_len); in isl_emit_depth_stencil_hiz_s()
2480 info->stencil_surf->logical_level0_px.depth); in isl_emit_depth_stencil_hiz_s()
2483 info->stencil_surf->logical_level0_px.array_len); in isl_emit_depth_stencil_hiz_s()
2517 assert(logical_array_layer < surf->logical_level0_px.depth); in get_image_offset_sa_gfx4_2d()
2519 assert(logical_array_layer < surf->logical_level0_px.array_len); in get_image_offset_sa_gfx4_2d()
2612 assert(surf->logical_level0_px.depth == 1); in get_image_offset_sa_gfx6_stencil_hiz()
2613 assert(logical_array_layer < surf->logical_level0_px.array_len); in get_image_offset_sa_gfx6_stencil_hiz()
2715 assert(logical_array_layer < surf->logical_level0_px.array_len); in isl_surf_get_image_offset_sa()
2717 < isl_minify(surf->logical_level0_px.depth, level)); in isl_surf_get_image_offset_sa()
2766 assert(logical_array_layer < surf->logical_level0_px.array_len); in isl_surf_get_image_offset_el()
2768 < isl_minify(surf->logical_level0_px.depth, level)); in isl_surf_get_image_offset_el()
2955 .width = isl_minify(surf->logical_level0_px.w, level), in isl_surf_get_image_surf()
2956 .height = isl_minify(surf->logical_level0_px.h, level), in isl_surf_get_image_surf()
2988 isl_minify(surf->logical_level0_px.width, view->base_level); in isl_surf_get_uncompressed_surf()
2990 isl_minify(surf->logical_level0_px.height, view->base_level); in isl_surf_get_uncompressed_surf()
3036 assert(ucompr_surf->logical_level0_px.width == view_width_px); in isl_surf_get_uncompressed_surf()
3037 assert(ucompr_surf->logical_level0_px.height == view_height_px); in isl_surf_get_uncompressed_surf()
3038 ucompr_surf->logical_level0_px.width = view_width_el; in isl_surf_get_uncompressed_surf()
3039 ucompr_surf->logical_level0_px.height = view_height_el; in isl_surf_get_uncompressed_surf()