Home
last modified time | relevance | path

Searched refs:aux_surf (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/intel/blorp/
H A Dblorp_clear.c305 const struct isl_surf *aux_surf, in get_fast_clear_rect()
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 in blorp_ccs_ambiguate()
303 get_fast_clear_rect(const struct isl_device *dev, const struct isl_surf *surf, const struct isl_surf *aux_surf, unsigned *x0, unsigned *y0, unsigned *x1, unsigned *y1) get_fast_clear_rect() argument
[all...]
H A Dblorp.c118 info->aux_surf = *surf->aux_surf; in brw_blorp_surface_info_init()
H A Dblorp.h126 const struct isl_surf *aux_surf; member
H A Dblorp_priv.h57 struct isl_surf aux_surf; member
H A 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/
H A Disl_surface_state.c672 assert(info->aux_surf != NULL); in surf_fill_state_s()
675 isl_surf_get_tile_info(info->aux_surf, &tile_info); in surf_fill_state_s()
677 info->aux_surf->row_pitch_B / tile_info.phys_extent_B.width; in surf_fill_state_s()
688 isl_surf_get_array_pitch_sa_rows(info->aux_surf) >> 2; in surf_fill_state_s()
H A Disl.h1647 const struct isl_surf *aux_surf; member
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c747 struct isl_surf *aux_surf, in iris_get_ccs_surf_or_support()
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()
745 iris_get_ccs_surf_or_support(const struct isl_device *dev, const struct isl_surf *surf, struct isl_surf *aux_surf, struct isl_surf *extra_aux_surf) iris_get_ccs_surf_or_support() argument
H A Diris_blit.c258 surf->aux_surf = &res->aux.surf; in iris_blorp_surf_for_resource()
H A Diris_state.c2482 f.aux_surf = &res->aux.surf; in fill_surface_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blit.c299 surf->aux_surf = &res->aux.surf; in crocus_blorp_surf_for_resource()
H A 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/
H A Danv_blorp.c241 blorp_surf->aux_surf = &aux_surface->isl; in get_blorp_surf_for_anv_image()
H A Danv_image.c2620 .aux_surf = &aux_surface->isl, in anv_image_fill_surface_state()

Completed in 51 milliseconds