anv/device: expose shaderInt16 support in gen8+

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Iago Toral Quiroga
2018-03-02 10:58:58 +01:00
parent 002cb6f2b3
commit 0ba0ac815e

View File

@@ -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,