Home
last modified time | relevance | path

Searched refs:hiz_usage (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/intel/isl/
H A Disl_emit_depth_stencil.c128 db.CompressionMode = isl_aux_usage_has_ccs(info->hiz_usage); in emit_depth_stencil_hiz_s()
146 isl_aux_usage_has_ccs(info->hiz_usage); in emit_depth_stencil_hiz_s()
153 if (separate_stencil || info->hiz_usage == ISL_AUX_USAGE_HIZ) { in emit_depth_stencil_hiz_s()
236 assert(info->hiz_usage == ISL_AUX_USAGE_NONE || in emit_depth_stencil_hiz_s()
237 isl_aux_usage_has_hiz(info->hiz_usage)); in emit_depth_stencil_hiz_s()
238 if (isl_aux_usage_has_hiz(info->hiz_usage)) { in emit_depth_stencil_hiz_s()
239 assert(GFX_VER >= 12 || info->hiz_usage == ISL_AUX_USAGE_HIZ); in emit_depth_stencil_hiz_s()
268 info->hiz_usage == ISL_AUX_USAGE_HIZ_CCS_WT; in emit_depth_stencil_hiz_s()
H A Disl.h1770 enum isl_aux_usage hiz_usage; member
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resolve.c205 num_layers, ice->state.hiz_usage); in iris_predraw_resolve_framebuffer()
296 num_layers, ice->state.hiz_usage); in iris_postdraw_update_resolve_tracking()
H A Diris_context.h766 enum isl_aux_usage hiz_usage; member
H A Diris_state.c3315 info.hiz_usage = zres->aux.usage; in iris_set_framebuffer_state()
3320 ice->state.hiz_usage = info.hiz_usage; in iris_set_framebuffer_state()
6499 if (zres && ice->state.hiz_usage != ISL_AUX_USAGE_NONE) { in iris_upload_dirty_render_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resolve.c242 num_layers, ice->state.hiz_usage); in crocus_predraw_resolve_framebuffer()
339 ice->state.hiz_usage); in crocus_postdraw_update_resolve_tracking()
H A Dcrocus_context.h610 enum isl_aux_usage hiz_usage; member
H A Dcrocus_state.c3465 ice->state.hiz_usage = aux_usage; in crocus_set_framebuffer_state()
7483 info.hiz_usage = zres->aux.usage;
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_genX_exec.h1723 info.hiz_usage = params->depth.aux_usage; in blorp_emit_depth_stencil_config()
1724 if (isl_aux_usage_has_hiz(info.hiz_usage)) { in blorp_emit_depth_stencil_config()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c6343 info.hiz_usage = gfx->depth_att.aux_usage; in cmd_buffer_emit_depth_stencil()
6344 if (info.hiz_usage != ISL_AUX_USAGE_NONE) { in cmd_buffer_emit_depth_stencil()
6345 assert(isl_aux_usage_has_hiz(info.hiz_usage)); in cmd_buffer_emit_depth_stencil()
6408 cmd_buffer->state.hiz_enabled = isl_aux_usage_has_hiz(info.hiz_usage); in cmd_buffer_emit_depth_stencil()

Completed in 52 milliseconds