pvr: advertise VK_KHR_shader_relaxed_extended_instruction

Handled by common code.

Signed-off-by: Simon Perretta <simon.perretta@imgtec.com>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37726>
This commit is contained in:
Simon Perretta
2025-10-03 12:34:14 +01:00
committed by Marge Bot
parent 466abd1d0e
commit 0a92ee50a1
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -214,6 +214,7 @@ static void pvr_physical_device_get_supported_extensions(
.KHR_shader_expect_assume = false,
.KHR_shader_float_controls = true,
.KHR_shader_non_semantic_info = true,
.KHR_shader_relaxed_extended_instruction = true,
.KHR_shader_subgroup_extended_types = true,
.KHR_spirv_1_4 = true,
.KHR_shader_terminate_invocation = true,
@@ -387,6 +388,9 @@ static void pvr_physical_device_get_supported_features(
/* Vulkan 1.2 / VK_KHR_separate_depth_stencil_layouts */
.separateDepthStencilLayouts = true,
/* VK_KHR_shader_relaxed_extended_instruction */
.shaderRelaxedExtendedInstruction = true,
/* Vulkan 1.2 / VK_KHR_shader_subgroup_extended_types */
.shaderSubgroupExtendedTypes = true,