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:
committed by
Marge Bot
parent
466abd1d0e
commit
0a92ee50a1
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user