Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/blorp/
Dblorp_clear.c187 const struct isl_surf *aux_surf, in get_fast_clear_rect() argument
195 if (aux_surf->usage == ISL_SURF_USAGE_CCS_BIT) { in get_fast_clear_rect()
211 x_align = isl_format_get_layout(aux_surf->format)->bw; in get_fast_clear_rect()
212 y_align = isl_format_get_layout(aux_surf->format)->bh; in get_fast_clear_rect()
249 assert(aux_surf->usage == ISL_SURF_USAGE_MCS_BIT); in get_fast_clear_rect()
279 switch (aux_surf->format) { in get_fast_clear_rect()
312 MAX2(surf->aux_surf->logical_level0_px.depth >> level, in blorp_fast_clear()
313 surf->aux_surf->logical_level0_px.array_len)); in blorp_fast_clear()
327 get_fast_clear_rect(batch->blorp->isl_dev, surf->aux_surf, in blorp_fast_clear()
741 isl_format_get_layout(params.dst.aux_surf.format); in blorp_ccs_resolve()
[all …]
Dblorp.c95 info->aux_surf = *surf->aux_surf; in brw_blorp_surface_info_init()
97 assert(level < info->aux_surf.levels); in brw_blorp_surface_info_init()
98 assert(layer < MAX2(info->aux_surf.logical_level0_px.depth >> level, in brw_blorp_surface_info_init()
99 info->aux_surf.logical_level0_px.array_len)); in brw_blorp_surface_info_init()
Dblorp_priv.h54 struct isl_surf aux_surf; member
Dblorp.h99 const struct isl_surf *aux_surf; member
Dblorp_genX_exec.h1281 .aux_surf = &surface->aux_surf, .aux_usage = aux_usage, in blorp_emit_surface_state()
1459 info.hiz_surf = &params->depth.aux_surf; in blorp_emit_depth_stencil_config()
/external/mesa3d/src/intel/isl/
Disl_surface_state.c554 if (info->aux_surf && info->aux_usage != ISL_AUX_USAGE_NONE) { in isl_genX()
562 isl_surf_get_tile_info(info->aux_surf, &tile_info); in isl_genX()
564 info->aux_surf->row_pitch / tile_info.phys_extent_B.width; in isl_genX()
576 isl_surf_get_array_pitch_sa_rows(info->aux_surf) >> 2; in isl_genX()
Disl.h1269 const struct isl_surf *aux_surf; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.c721 struct isl_surf aux_surf; in intel_create_image_common() local
723 ok = isl_surf_get_ccs_surf(&screen->isl_dev, &surf, &aux_surf, 0); in intel_create_image_common()
730 aux_surf.size = 0; in intel_create_image_common()
743 surf.size + aux_surf.size, in intel_create_image_common()
755 if (aux_surf.size) { in intel_create_image_common()
757 image->aux_pitch = aux_surf.row_pitch; in intel_create_image_common()
758 image->aux_size = aux_surf.size; in intel_create_image_common()
1137 struct isl_surf aux_surf; in intel_create_image_from_fds_common() local
1138 ok = isl_surf_get_ccs_surf(&screen->isl_dev, &surf, &aux_surf, in intel_create_image_from_fds_common()
1146 image->aux_size = aux_surf.size; in intel_create_image_from_fds_common()
[all …]
Dbrw_wm_surface_state.c154 struct isl_surf *aux_surf = NULL; in brw_emit_surface_state() local
160 aux_surf = &mt->mcs_buf->surf; in brw_emit_surface_state()
166 aux_surf = &mt->hiz_buf->surf; in brw_emit_surface_state()
191 .aux_surf = aux_surf, .aux_usage = aux_usage, in brw_emit_surface_state()
196 if (aux_surf) { in brw_emit_surface_state()
Dbrw_blorp.c153 struct isl_surf *aux_surf = NULL; in blorp_surf_for_miptree() local
155 aux_surf = &mt->mcs_buf->surf; in blorp_surf_for_miptree()
157 aux_surf = &mt->hiz_buf->surf; in blorp_surf_for_miptree()
173 surf->aux_surf = aux_surf; in blorp_surf_for_miptree()
Dintel_mipmap_tree.c1670 const struct isl_surf *aux_surf, in intel_alloc_aux_buffer() argument
1678 buf->size = aux_surf->size; in intel_alloc_aux_buffer()
1679 buf->pitch = aux_surf->row_pitch; in intel_alloc_aux_buffer()
1680 buf->qpitch = isl_surf_get_array_pitch_sa_rows(aux_surf); in intel_alloc_aux_buffer()
1693 buf->surf = *aux_surf; in intel_alloc_aux_buffer()
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c215 blorp_surf->aux_surf = &aux_surface->isl, in get_blorp_surf_for_anv_image()
1670 surf.aux_surf = &image->planes[0].aux_surface.isl, in anv_gen8_hiz_op_resolve()
Danv_image.c1027 .aux_surf = &aux_surface->isl, in anv_image_fill_surface_state()