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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user