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

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_decompress.c208 .db_flush_depth_inplace = true,
221 .db_flush_depth_inplace = true,
H A Dradv_private.h1440 bool db_flush_depth_inplace; member in struct:radv_graphics_pipeline_create_info
H A Dradv_pipeline.c2755 db_render_control |= S_028000_DEPTH_COMPRESS_DISABLE(extra->db_flush_depth_inplace);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c226 sctx->db_flush_depth_inplace = true;
271 sctx->db_flush_depth_inplace = false;
H A Dsi_pipe.h955 bool db_flush_depth_inplace:1; member in struct:si_context
H A Dsi_state.c1379 } else if (sctx->db_flush_depth_inplace || sctx->db_flush_stencil_inplace) {
1381 S_028000_DEPTH_COMPRESS_DISABLE(sctx->db_flush_depth_inplace) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c203 sctx->db_flush_depth_inplace = true;
247 sctx->db_flush_depth_inplace = false;
H A Dsi_pipe.h1092 bool db_flush_depth_inplace : 1; member in struct:si_context
H A Dsi_state.c1460 } else if (sctx->db_flush_depth_inplace || sctx->db_flush_stencil_inplace) {
1461 db_render_control = S_028000_DEPTH_COMPRESS_DISABLE(sctx->db_flush_depth_inplace) |
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_private.h1165 bool db_flush_depth_inplace; member in struct:tu_graphics_pipeline_create_info

Completed in 36 milliseconds