Home
last modified time | relevance | path

Searched refs:S_028000_STENCIL_CLEAR_ENABLE (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Devergreend.h1887 #define S_028000_STENCIL_CLEAR_ENABLE(x) (((unsigned)(x) & 0x1) << 1) macro
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1465 S_028000_STENCIL_CLEAR_ENABLE(sctx->db_stencil_clear); in si_emit_db_render_state()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c4257 db_render_control |= S_028000_STENCIL_CLEAR_ENABLE(extra->db_stencil_clear); in radv_pipeline_generate_depth_stencil_state()