Searched refs:dbcb_depth_copy_enabled (Results 1 – 3 of 3) sorted by relevance
126 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()
1800 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()
1145 bool dbcb_depth_copy_enabled : 1; member