mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 14:20:11 +01:00
anv/pipeline: support SpvCapabilityInt16 in gen8+
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
f07c05576f
commit
002cb6f2b3
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ anv_shader_compile_to_nir(struct anv_pipeline *pipeline,
|
|||
.multiview = true,
|
||||
.variable_pointers = true,
|
||||
.storage_16bit = device->instance->physicalDevice.info.gen >= 8,
|
||||
.int16 = device->instance->physicalDevice.info.gen >= 8,
|
||||
.shader_viewport_index_layer = true,
|
||||
.subgroup_arithmetic = true,
|
||||
.subgroup_basic = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue