Home
last modified time | relevance | path

Searched refs:tc_compat_htile (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c363 bool tc_compat_htile = vi_tc_compat_htile_enabled(tex, first_level, inplace_planes); in si_decompress_depth() local
367 if (has_htile && !tc_compat_htile) { in si_decompress_depth()
389 if (has_htile && !tc_compat_htile && in si_decompress_depth()
400 tc_compat_htile); in si_decompress_depth()
Dsi_state.c3472 bool tc_compat_htile = vi_tc_compat_htile_enabled(tex, zb->base.u.tex.level, PIPE_MASK_ZS); in si_emit_framebuffer_state() local
3475 if (sctx->gfx_level >= GFX9 && tc_compat_htile) { in si_emit_framebuffer_state()