anv: enable storageInputOutput16

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40821>
This commit is contained in:
Lionel Landwerlin 2026-04-07 09:24:43 +03:00 committed by Marge Bot
parent 46d42b63da
commit 0927de4631

View file

@ -491,7 +491,7 @@ get_features(const struct anv_physical_device *pdevice,
.storageBuffer16BitAccess = !pdevice->instance->no_16bit,
.uniformAndStorageBuffer16BitAccess = !pdevice->instance->no_16bit,
.storagePushConstant16 = true,
.storageInputOutput16 = false,
.storageInputOutput16 = true,
.multiview = true,
.multiviewGeometryShader = true,
.multiviewTessellationShader = true,