diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h index 5cfc62e9367..478b3afd43c 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -1213,14 +1213,14 @@ struct radv_image { /* Set when bound */ struct radeon_winsys_bo *bo; VkDeviceSize offset; - uint32_t dcc_offset; - uint32_t htile_offset; + uint64_t dcc_offset; + uint64_t htile_offset; struct radeon_surf surface; struct radv_fmask_info fmask; struct radv_cmask_info cmask; - uint32_t clear_value_offset; - uint32_t dcc_pred_offset; + uint64_t clear_value_offset; + uint64_t dcc_pred_offset; }; /* Whether the image has a htile that is known consistent with the contents of