Searched refs:db_flush_stencil_inplace (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_decompress.c209 .db_flush_stencil_inplace = true,
222 .db_flush_stencil_inplace = true,
H A Dradv_private.h1441 bool db_flush_stencil_inplace; member in struct:radv_graphics_pipeline_create_info
H A Dradv_pipeline.c2756 db_render_control |= S_028000_STENCIL_COMPRESS_DISABLE(extra->db_flush_stencil_inplace);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c224 sctx->db_flush_stencil_inplace = true;
272 sctx->db_flush_stencil_inplace = false;
H A Dsi_pipe.h956 bool db_flush_stencil_inplace:1; member in struct:si_context
H A Dsi_state.c1379 } else if (sctx->db_flush_depth_inplace || sctx->db_flush_stencil_inplace) {
1382 S_028000_STENCIL_COMPRESS_DISABLE(sctx->db_flush_stencil_inplace);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c201 sctx->db_flush_stencil_inplace = true;
248 sctx->db_flush_stencil_inplace = false;
H A Dsi_pipe.h1093 bool db_flush_stencil_inplace : 1; member in struct:si_context
H A Dsi_state.c1460 } else if (sctx->db_flush_depth_inplace || sctx->db_flush_stencil_inplace) {
1462 S_028000_STENCIL_COMPRESS_DISABLE(sctx->db_flush_stencil_inplace);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_private.h1166 bool db_flush_stencil_inplace; member in struct:tu_graphics_pipeline_create_info

Completed in 38 milliseconds