Searched refs:R_028028_DB_STENCIL_CLEAR (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | evergreend.h | 1958 #define R_028028_DB_STENCIL_CLEAR 0x00028028 macro
|
D | evergreen_state.c | 2819 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()
|
D | r600_state.c | 2373 r600_store_context_reg(cb, R_028028_DB_STENCIL_CLEAR, 0); in r600_init_atom_start_cs()
|
D | r600d.h | 2382 #define R_028028_DB_STENCIL_CLEAR 0x028028 macro
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_cmd_buffer.c | 1989 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/ |
D | si_state.c | 3376 radeon_set_context_reg_seq(R_028028_DB_STENCIL_CLEAR, 2); in si_emit_framebuffer_state()
|