Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_blit.c137 sctx->dbcb_depth_copy_enabled = true; in si_blit_dbcb_copy()
142 assert(sctx->dbcb_depth_copy_enabled || sctx->dbcb_stencil_copy_enabled); in si_blit_dbcb_copy()
190 sctx->dbcb_depth_copy_enabled = false; in si_blit_dbcb_copy()
H A Dsi_pipe.h1133 bool dbcb_depth_copy_enabled : 1; member
H A Dsi_state.c1509 if (sctx->dbcb_depth_copy_enabled || sctx->dbcb_stencil_copy_enabled) { in si_emit_db_render_state()
1510 db_render_control = S_028000_DEPTH_COPY(sctx->dbcb_depth_copy_enabled) | in si_emit_db_render_state()

Completed in 19 milliseconds