Searched refs:aux_surf (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_clear.c | 305 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 …]
|
D | blorp.c | 118 info->aux_surf = *surf->aux_surf; in brw_blorp_surface_info_init()
|
D | blorp.h | 126 const struct isl_surf *aux_surf; member
|
D | blorp_priv.h | 57 struct isl_surf aux_surf; member
|
D | blorp_genX_exec.h | 1508 .aux_surf = &surface->aux_surf, .aux_usage = aux_usage, in blorp_emit_surface_state() 1725 info.hiz_surf = ¶ms->depth.aux_surf; in blorp_emit_depth_stencil_config()
|
/third_party/mesa3d/src/intel/isl/ |
D | isl_surface_state.c | 672 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()
|
D | isl.h | 1647 const struct isl_surf *aux_surf; member
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.c | 747 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()
|
D | iris_blit.c | 258 surf->aux_surf = &res->aux.surf; in iris_blorp_surf_for_resource()
|
D | iris_state.c | 2482 f.aux_surf = &res->aux.surf; in fill_surface_state()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_blit.c | 299 surf->aux_surf = &res->aux.surf; in crocus_blorp_surf_for_resource()
|
D | crocus_state.c | 5017 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/ |
D | anv_blorp.c | 241 blorp_surf->aux_surf = &aux_surface->isl; in get_blorp_surf_for_anv_image()
|
D | anv_image.c | 2620 .aux_surf = &aux_surface->isl, in anv_image_fill_surface_state()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 1795 - intel/blorp: Use surf instead of aux_surf for image dimensions 1797 - intel/isl/fill_state: Separate aux_mode handling from aux_surf
|