anv: add missing ISL storage usage
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Mon, 26 Jun 2023 07:09:50 +0000 (10:09 +0300)
committerMarge Bot <emma+marge@anholt.net>
Fri, 1 Sep 2023 23:22:16 +0000 (23:22 +0000)
commit34d5db05835b89a87a29865570047a52fe506048
treea53516b1cc477828c6e19b8185e739d82e3ed934
parent28c1053c07c177854520f6283fa665f17618adb5
anv: add missing ISL storage usage

ISL makes a bunch of decision on programming (MOCS,
RENDER_SURFACE_STATE values) based on this flag. It's important to set
it if we're going to use an image as storage.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Cc: mesa-stable
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23620>
src/intel/vulkan/anv_image.c