Home
last modified time | relevance | path

Searched refs:dcc_pitch_max (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_radeon_winsys.h159 uint32_t dcc_pitch_max; member
Dradv_meta_dcc_retile.c267 image->planes[0].surface.u.gfx9.color.dcc_pitch_max + 1, in radv_retile_dcc()
Dradv_image.c1382 metadata->u.gfx9.dcc_pitch_max = surface->u.gfx9.color.display_dcc_pitch_max; in radv_init_metadata()
/third_party/mesa3d/src/amd/common/
Dac_surface.h264 uint16_t dcc_pitch_max; member
Dac_surface.c1931 surf->u.gfx9.color.dcc_pitch_max = dout.pitch - 1; in gfx9_compute_miptree()
1984 surf->u.gfx9.color.display_dcc_pitch_max = surf->u.gfx9.color.dcc_pitch_max; in gfx9_compute_miptree()
3003 surf->u.gfx9.color.display_dcc_pitch_max : surf->u.gfx9.color.dcc_pitch_max); in ac_surface_get_plane_stride()
3005 return surf->u.gfx9.color.dcc_pitch_max + 1; in ac_surface_get_plane_stride()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c791 sctx->cs_user_data[1] = (tex->surface.u.gfx9.color.dcc_pitch_max + 1) | in si_retile_dcc()
839 sctx->cs_user_data[0] = (tex->surface.u.gfx9.color.dcc_pitch_max + 1) | in gfx9_clear_dcc_msaa()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_bo.c895 tiling_flags |= AMDGPU_TILING_SET(DCC_PITCH_MAX, md->u.gfx9.dcc_pitch_max); in radv_amdgpu_winsys_bo_set_metadata()