Home
last modified time | relevance | path

Searched refs:S_028000_DEPTH_COMPRESS_DISABLE (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c965 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/r600/
Devergreend.h1734 #define S_028000_DEPTH_COMPRESS_DISABLE(x) (((unsigned)(x) & 0x1) << 6) macro
Devergreen_state.c1774 db_render_control |= S_028000_DEPTH_COMPRESS_DISABLE(a->flush_depth_inplace) | in evergreen_emit_db_misc_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1144 S_028000_DEPTH_COMPRESS_DISABLE(sctx->db_flush_depth_inplace) | in si_emit_db_render_state()
/external/mesa3d/src/amd/common/
Dsid.h4809 #define S_028000_DEPTH_COMPRESS_DISABLE(x) (((unsigned)(x) & 0x1) << 6) macro