Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_blit.c126 sctx->dbcb_depth_copy_enabled = true; in si_blit_dbcb_copy()
131 assert(sctx->dbcb_depth_copy_enabled || sctx->dbcb_stencil_copy_enabled); in si_blit_dbcb_copy()
179 sctx->dbcb_depth_copy_enabled = false; in si_blit_dbcb_copy()
H A Dsi_state.c1800 assert(!sctx->dbcb_depth_copy_enabled && !sctx->dbcb_stencil_copy_enabled); in si_emit_db_render_state()
1804 if (sctx->dbcb_depth_copy_enabled || sctx->dbcb_stencil_copy_enabled) { in si_emit_db_render_state()
1805 db_render_control |= S_028000_DEPTH_COPY(sctx->dbcb_depth_copy_enabled) | in si_emit_db_render_state()
H A Dsi_pipe.h1145 bool dbcb_depth_copy_enabled : 1; member