Home
last modified time | relevance | path

Searched refs:need_flush_after_depth_decompression (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_clear.c995 zstex->need_flush_after_depth_decompression = sctx->gfx_level == GFX10_3; in si_fast_clear()
1102 … zstex->need_flush_after_depth_decompression = update_db_depth_clear && sctx->gfx_level == GFX10_3; in si_fast_clear()
H A Dsi_blit.c429 if (tex->need_flush_after_depth_decompression) { in si_decompress_sampler_depth_textures()
431 tex->need_flush_after_depth_decompression = false; in si_decompress_sampler_depth_textures()
H A Dsi_pipe.h383 bool need_flush_after_depth_decompression: 1; member