Searched refs:aux_surf (Results 1 - 14 of 14) sorted by relevance
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_clear.c | 305 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 D | blorp.c | 118 info->aux_surf = *surf->aux_surf; in brw_blorp_surface_info_init()
|
H A D | blorp.h | 126 const struct isl_surf *aux_surf; member
|
H A D | blorp_priv.h | 57 struct isl_surf aux_surf; member
|
H A 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/ |
H A D | isl_surface_state.c | 672 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 D | isl.h | 1647 const struct isl_surf *aux_surf; member
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resource.c | 747 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 D | iris_blit.c | 258 surf->aux_surf = &res->aux.surf; in iris_blorp_surf_for_resource()
|
H A D | iris_state.c | 2482 f.aux_surf = &res->aux.surf; in fill_surface_state()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blit.c | 299 surf->aux_surf = &res->aux.surf; in crocus_blorp_surf_for_resource()
|
H A 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/ |
H A D | anv_blorp.c | 241 blorp_surf->aux_surf = &aux_surface->isl; in get_blorp_surf_for_anv_image()
|
H A D | anv_image.c | 2620 .aux_surf = &aux_surface->isl, in anv_image_fill_surface_state()
|
Completed in 51 milliseconds