mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 17:38:09 +02:00
The extension permits a SPIR-V OpTypeRuntimeArray as the trailing member of a UBO block. panvk's compiler path handles this correctly without changes: UBO access goes through nir_lower_explicit_io with address formats that carry no compile-time size (bounds are enforced by the hardware UBO descriptor at runtime), so a runtime array inside a UBO is indistinguishable from any other dynamically-indexed UBO access. Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40963>
3 lines
118 B
Text
3 lines
118 B
Text
cl_khr_subgroup_rotate on radeonsi
|
|
cl_khr_subgroup_rotate on iris
|
|
VK_EXT_shader_uniform_buffer_unsized_array on panvk
|