anv/device: expose shaderInt16 support in gen8+
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user