Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.h309 unsigned db_depth_size; member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h284 unsigned db_depth_size; member
Dr600_state.c1069 surf->db_depth_size = S_028000_PITCH_TILE_MAX(pitch) | S_028000_SLICE_TILE_MAX(slice); in r600_init_depth_surface()
1452 radeon_emit(cs, surf->db_depth_size); /* R_028000_DB_DEPTH_SIZE */ in r600_emit_framebuffer_state()
Devergreen_state.c1391 surf->db_depth_size = S_028058_PITCH_TILE_MAX(levelinfo->nblk_x / 8 - 1) | in evergreen_init_depth_surface()
1921 radeon_emit(cs, zb->db_depth_size); /* R_028058_DB_DEPTH_SIZE */ in evergreen_emit_framebuffer_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2540 surf->db_depth_size = S_02801C_X_MAX(rtex->resource.b.b.width0 - 1) | in si_init_depth_surface()
2616 surf->db_depth_size = S_028058_PITCH_TILE_MAX((levelinfo->nblk_x / 8) - 1) | in si_init_depth_surface()
3143 radeon_emit(cs, zb->db_depth_size); /* DB_DEPTH_SIZE */ in si_emit_framebuffer_state()
3173 radeon_emit(cs, zb->db_depth_size); /* DB_DEPTH_SIZE */ in si_emit_framebuffer_state()
/external/mesa3d/src/amd/vulkan/
Dradv_private.h1579 uint32_t db_depth_size; member
Dradv_device.c3354 ds->db_depth_size = S_02801C_X_MAX(iview->image->info.width - 1) | in radv_initialise_ds_surface()
3428 ds->db_depth_size = S_028058_PITCH_TILE_MAX((level_info->nblk_x / 8) - 1) | in radv_initialise_ds_surface()
Dradv_cmd_buffer.c1312 radeon_emit(cmd_buffer->cs, ds->db_depth_size); in radv_emit_fb_ds_state()
1340 radeon_emit(cmd_buffer->cs, ds->db_depth_size); /* R_028058_DB_DEPTH_SIZE */ in radv_emit_fb_ds_state()