Home
last modified time | relevance | path

Searched refs:aux_surf (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/intel/blorp/
Dblorp_clear.c305 const struct isl_surf *aux_surf, in get_fast_clear_rect() argument
330 assert(aux_surf->usage == ISL_SURF_USAGE_CCS_BIT); in get_fast_clear_rect()
346 x_align = isl_format_get_layout(aux_surf->format)->bw; in get_fast_clear_rect()
347 y_align = isl_format_get_layout(aux_surf->format)->bh; in get_fast_clear_rect()
392 assert(aux_surf->usage == ISL_SURF_USAGE_MCS_BIT); in get_fast_clear_rect()
422 switch (aux_surf->format) { in get_fast_clear_rect()
467 get_fast_clear_rect(batch->blorp->isl_dev, surf->surf, surf->aux_surf, in blorp_fast_clear()
1214 get_fast_clear_rect(batch->blorp->isl_dev, surf->surf, surf->aux_surf, in blorp_ccs_resolve()
1227 isl_format_get_layout(params.dst.aux_surf.format); in blorp_ccs_resolve()
1421 isl_format_get_layout(surf->aux_surf->format); in blorp_ccs_ambiguate()
[all …]
Dblorp.c118 info->aux_surf = *surf->aux_surf; in brw_blorp_surface_info_init()
Dblorp.h126 const struct isl_surf *aux_surf; member
Dblorp_priv.h57 struct isl_surf aux_surf; member
Dblorp_genX_exec.h1508 .aux_surf = &surface->aux_surf, .aux_usage = aux_usage, in blorp_emit_surface_state()
1725 info.hiz_surf = &params->depth.aux_surf; in blorp_emit_depth_stencil_config()
/third_party/mesa3d/src/intel/isl/
Disl_surface_state.c672 assert(info->aux_surf != NULL); in isl_genX()
675 isl_surf_get_tile_info(info->aux_surf, &tile_info); in isl_genX()
677 info->aux_surf->row_pitch_B / tile_info.phys_extent_B.width; in isl_genX()
688 isl_surf_get_array_pitch_sa_rows(info->aux_surf) >> 2; in isl_genX()
Disl.h1647 const struct isl_surf *aux_surf; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c747 struct isl_surf *aux_surf, in iris_get_ccs_surf_or_support() argument
754 if (aux_surf->size_B > 0) { in iris_get_ccs_surf_or_support()
755 assert(aux_surf->usage & (ISL_SURF_USAGE_HIZ_BIT | in iris_get_ccs_surf_or_support()
757 hiz_or_mcs_surf = aux_surf; in iris_get_ccs_surf_or_support()
761 ccs_surf = aux_surf; in iris_get_ccs_surf_or_support()
Diris_blit.c258 surf->aux_surf = &res->aux.surf; in iris_blorp_surf_for_resource()
Diris_state.c2482 f.aux_surf = &res->aux.surf; in fill_surface_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c299 surf->aux_surf = &res->aux.surf; in crocus_blorp_surf_for_resource()
Dcrocus_state.c5017 struct isl_surf *aux_surf = NULL; in emit_surface_state() local
5019 aux_surf = &res->aux.surf; in emit_surface_state()
5032 .aux_surf = aux_surf, in emit_surface_state()
5047 if (aux_surf) { in emit_surface_state()
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c241 blorp_surf->aux_surf = &aux_surface->isl; in get_blorp_surf_for_anv_image()
Danv_image.c2620 .aux_surf = &aux_surface->isl, in anv_image_fill_surface_state()
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst1795 - intel/blorp: Use surf instead of aux_surf for image dimensions
1797 - intel/isl/fill_state: Separate aux_mode handling from aux_surf