radv/gfx12+: enable VK_KHR_shader_bfloat16

GFX11 seems to have precision issues, so don't enable the extension there for now.

Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34768>
This commit is contained in:
Georg Lehmann
2025-04-30 12:21:53 +02:00
committed by Marge Bot
parent a2209547db
commit 6f4e26e54d
3 changed files with 30 additions and 27 deletions
+1 -1
View File
@@ -19,5 +19,5 @@ VK_KHR_shader_terminate_invocation on panvk
VK_EXT_shader_demote_to_helper_invocation on panvk
VK_EXT_shader_replicated_composites on panvk
VK_EXT_depth_bias_control on panvk
VK_KHR_shader_bfloat16 on anv/gfx125+
VK_KHR_shader_bfloat16 on anv/gfx125+ and radv/gfx12+
VK_KHR_robustness2 on RADV