Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Devergreend.h1900 #define R_028008_DB_DEPTH_VIEW 0x00028008 macro
Devergreen_state.c1928 radeon_set_context_reg(cs, R_028008_DB_DEPTH_VIEW, zb->db_depth_view); in evergreen_emit_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c3586 radeon_set_context_reg(R_028008_DB_DEPTH_VIEW, zb->db_depth_view); in si_emit_framebuffer_state()
/third_party/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c2175 radeon_set_context_reg(cmd_buffer->cs, R_028008_DB_DEPTH_VIEW, ds->db_depth_view); in radv_emit_fb_ds_state()