anv: enable KHR_shader_relaxed_extended_instruction

Signed-off-by: Rohan Garg <rohan.garg@intel.com>
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30726>
This commit is contained in:
Rohan Garg 2024-08-21 13:48:43 +02:00 committed by Marge Bot
parent 52c8e6da69
commit 29a2e5358d

View file

@ -150,6 +150,7 @@ get_device_extensions(const struct anv_physical_device *device,
.KHR_shader_maximal_reconvergence = true,
.KHR_shader_non_semantic_info = true,
.KHR_shader_quad_control = true,
.KHR_shader_relaxed_extended_instruction = true,
.KHR_shader_subgroup_extended_types = true,
.KHR_shader_subgroup_rotate = true,
.KHR_shader_subgroup_uniform_control_flow = true,