Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c194 sctx->db_flush_depth_inplace = true; in si_blit_decompress_zs_planes_in_place()
238 sctx->db_flush_depth_inplace = false; in si_blit_decompress_zs_planes_in_place()
Dsi_pipe.h1103 bool db_flush_depth_inplace : 1; member
Dsi_state.c1352 } else if (sctx->db_flush_depth_inplace || sctx->db_flush_stencil_inplace) { in si_emit_db_render_state()
1353 db_render_control = S_028000_DEPTH_COMPRESS_DISABLE(sctx->db_flush_depth_inplace) | in si_emit_db_render_state()