Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Devergreend.h1958 #define R_028028_DB_STENCIL_CLEAR 0x00028028 macro
Devergreen_state.c2819 r600_store_context_reg(cb, R_028028_DB_STENCIL_CLEAR, 0); in cayman_init_atom_start_cs()
3229 r600_store_context_reg(cb, R_028028_DB_STENCIL_CLEAR, 0); in evergreen_init_atom_start_cs()
Dr600_state.c2373 r600_store_context_reg(cb, R_028028_DB_STENCIL_CLEAR, 0); in r600_init_atom_start_cs()
Dr600d.h2382 #define R_028028_DB_STENCIL_CLEAR 0x028028 macro
/third_party/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c1989 radeon_set_context_reg_seq(cs, R_028028_DB_STENCIL_CLEAR, 2); in radv_update_bound_fast_clear_ds()
1996 radeon_set_context_reg(cs, R_028028_DB_STENCIL_CLEAR, ds_clear_value.stencil); in radv_update_bound_fast_clear_ds()
2158 uint32_t reg = R_028028_DB_STENCIL_CLEAR + 4 * reg_offset; in radv_load_ds_clear_metadata()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c3376 radeon_set_context_reg_seq(R_028028_DB_STENCIL_CLEAR, 2); in si_emit_framebuffer_state()