Searched refs:dbcb_stencil_copy_enabled (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c125 sctx->dbcb_stencil_copy_enabled = true;
128 assert(sctx->dbcb_depth_copy_enabled || sctx->dbcb_stencil_copy_enabled);
177 sctx->dbcb_stencil_copy_enabled = false;
H A Dsi_pipe.h954 bool dbcb_stencil_copy_enabled:1; member in struct:si_context
H A Dsi_state.c1373 sctx->dbcb_stencil_copy_enabled) {
1376 S_028000_STENCIL_COPY(sctx->dbcb_stencil_copy_enabled) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c128 sctx->dbcb_stencil_copy_enabled = true;
131 assert(sctx->dbcb_depth_copy_enabled || sctx->dbcb_stencil_copy_enabled);
180 sctx->dbcb_stencil_copy_enabled = false;
H A Dsi_pipe.h1091 bool dbcb_stencil_copy_enabled : 1; member in struct:si_context
H A Dsi_state.c1456 if (sctx->dbcb_depth_copy_enabled || sctx->dbcb_stencil_copy_enabled) {
1458 S_028000_STENCIL_COPY(sctx->dbcb_stencil_copy_enabled) |

Completed in 28 milliseconds