anv: Delete anv_image::ccs_e_compatible

It was set exactly once, and read exactly once, both times during
anv_image_create().

I found its permanency as a member of anv_image to be distracting while
implementing VK_EXT_image_drm_format_modifier.

Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3795>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3795>
This commit is contained in:
Chad Versace
2019-10-24 16:00:17 -07:00
committed by Marge Bot
parent 483d4ec57c
commit da2b0c6c19
2 changed files with 10 additions and 14 deletions

View File

@@ -3435,11 +3435,6 @@ struct anv_image {
*/
bool disjoint;
/* All the formats that can be used when creating views of this image
* are CCS_E compatible.
*/
bool ccs_e_compatible;
/* Image was created with external format. */
bool external_format;