Home
last modified time | relevance | path

Searched refs:db_depth_view (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.h308 unsigned db_depth_view; member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h283 unsigned db_depth_view; member
Dr600_state.c1067 surf->db_depth_view = S_028004_SLICE_START(surf->base.u.tex.first_layer) | in r600_init_depth_surface()
1453 radeon_emit(cs, surf->db_depth_view); /* R_028004_DB_DEPTH_VIEW */ in r600_emit_framebuffer_state()
Devergreen_state.c1389 surf->db_depth_view = S_028008_SLICE_START(surf->base.u.tex.first_layer) | in evergreen_init_depth_surface()
1912 radeon_set_context_reg(cs, R_028008_DB_DEPTH_VIEW, zb->db_depth_view); in evergreen_emit_framebuffer_state()
/external/mesa3d/src/amd/vulkan/
Dradv_private.h1578 uint32_t db_depth_view; member
Dradv_device.c3330 ds->db_depth_view = S_028008_SLICE_START(iview->base_layer) | in radv_initialise_ds_surface()
3352 ds->db_depth_view |= S_028008_MIPID(level); in radv_initialise_ds_surface()
Dradv_cmd_buffer.c1304 radeon_set_context_reg(cmd_buffer->cs, R_028008_DB_DEPTH_VIEW, ds->db_depth_view); in radv_emit_fb_ds_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2521 surf->db_depth_view = S_028008_SLICE_START(surf->base.u.tex.first_layer) | in si_init_depth_surface()
2539 surf->db_depth_view |= S_028008_MIPID(level); in si_init_depth_surface()
3181 radeon_set_context_reg(cs, R_028008_DB_DEPTH_VIEW, zb->db_depth_view); in si_emit_framebuffer_state()