Searched refs:aux_surf (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/intel/blorp/ |
D | blorp_clear.c | 187 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 …]
|
D | blorp.c | 95 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()
|
D | blorp_priv.h | 54 struct isl_surf aux_surf; member
|
D | blorp.h | 99 const struct isl_surf *aux_surf; member
|
D | blorp_genX_exec.h | 1281 .aux_surf = &surface->aux_surf, .aux_usage = aux_usage, in blorp_emit_surface_state() 1459 info.hiz_surf = ¶ms->depth.aux_surf; in blorp_emit_depth_stencil_config()
|
/external/mesa3d/src/intel/isl/ |
D | isl_surface_state.c | 554 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()
|
D | isl.h | 1269 const struct isl_surf *aux_surf; member
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_screen.c | 721 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 …]
|
D | brw_wm_surface_state.c | 154 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()
|
D | brw_blorp.c | 153 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()
|
D | intel_mipmap_tree.c | 1670 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/ |
D | anv_blorp.c | 215 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()
|
D | anv_image.c | 1027 .aux_surf = &aux_surface->isl, in anv_image_fill_surface_state()
|