Searched refs:need_flush_after_depth_decompression (Results 1 – 3 of 3) sorted by relevance
995 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()
429 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()
383 bool need_flush_after_depth_decompression: 1; member