Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Devergreend.h1892 #define S_028000_DEPTH_COMPRESS_DISABLE(x) (((unsigned)(x) & 0x1) << 6) macro
Devergreen_state.c2111 db_render_control |= S_028000_DEPTH_COMPRESS_DISABLE(a->flush_depth_inplace) | in evergreen_emit_db_misc_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1461 db_render_control = S_028000_DEPTH_COMPRESS_DISABLE(sctx->db_flush_depth_inplace) | in si_emit_db_render_state()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c4260 db_render_control |= S_028000_DEPTH_COMPRESS_DISABLE(extra->depth_compress_disable); in radv_pipeline_generate_depth_stencil_state()