diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 0563eae5c18..fd516fb8466 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -759,7 +759,7 @@ void anv_GetPhysicalDeviceFeatures( pdevice->info.has_64bit_types, .shaderInt64 = pdevice->info.gen >= 8 && pdevice->info.has_64bit_types, - .shaderInt16 = false, + .shaderInt16 = pdevice->info.gen >= 8, .shaderResourceMinLod = false, .variableMultisampleRate = true, .inheritedQueries = true,