Home
last modified time | relevance | path

Searched refs:db_flush_depth_inplace (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_meta_decompress.c196 .db_flush_depth_inplace = true, in create_pipeline()
209 .db_flush_depth_inplace = true, in create_pipeline()
Dradv_private.h1300 bool db_flush_depth_inplace; member
Dradv_pipeline.c738 ds->db_render_control |= S_028000_DEPTH_COMPRESS_DISABLE(extra->db_flush_depth_inplace); in radv_pipeline_init_depth_stencil_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h535 bool db_flush_depth_inplace:1; member
Dsi_blit.c214 sctx->db_flush_depth_inplace = true; in si_blit_decompress_zs_planes_in_place()
259 sctx->db_flush_depth_inplace = false; in si_blit_decompress_zs_planes_in_place()
Dsi_state.c1390 } else if (sctx->db_flush_depth_inplace || sctx->db_flush_stencil_inplace) { in si_emit_db_render_state()
1392 S_028000_DEPTH_COMPRESS_DISABLE(sctx->db_flush_depth_inplace) | in si_emit_db_render_state()