pvr: advertise VK_EXT_shader_replicated_composites

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:28 +01:00 committed by Marge Bot
parent 0a92ee50a1
commit bf5e88a754
3 changed files with 6 additions and 1 deletions

View file

@ -661,7 +661,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_EXT_shader_float8 DONE (radv/gfx12+)
VK_EXT_shader_image_atomic_int64 DONE (anv, lvp, nvk, radv, vn)
VK_EXT_shader_object DONE (anv, lvp, hk, nvk, radv)
VK_EXT_shader_replicated_composites DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, vn)
VK_EXT_shader_replicated_composites DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, vn)
VK_EXT_shader_stencil_export DONE (anv, hk, lvp, radv, tu, vn)
VK_EXT_shader_subgroup_ballot DONE (anv, dzn, hasvk, hk, lvp, nvk, panvk, radv, vn)
VK_EXT_shader_subgroup_vote DONE (anv, dzn, hasvk, hk, lvp, nvk, panvk, radv, vn)

View file

@ -78,3 +78,4 @@ VK_EXT_zero_initialize_device_memory on pvr
VK_KHR_sampler_mirror_clamp_to_edge on pvr
VK_KHR_shader_non_semantic_info on pvr
VK_KHR_shader_relaxed_extended_instruction on pvr
VK_EXT_shader_replicated_composites on pvr

View file

@ -245,6 +245,7 @@ static void pvr_physical_device_get_supported_extensions(
.EXT_separate_stencil_usage = true,
.EXT_scalar_block_layout = true,
.EXT_shader_demote_to_helper_invocation = true,
.EXT_shader_replicated_composites = true,
.EXT_texel_buffer_alignment = false,
.EXT_tooling_info = true,
.EXT_vertex_attribute_divisor = true,
@ -472,6 +473,9 @@ static void pvr_physical_device_get_supported_features(
/* VK_EXT_shader_demote_to_helper_invocation */
.shaderDemoteToHelperInvocation = true,
/* VK_EXT_shader_replicated_composites */
.shaderReplicatedComposites = true,
/* VK_KHR_shader_terminate_invocation */
.shaderTerminateInvocation = true,