radv: advertise VK_KHR_shader_float_controls2

Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31172>
This commit is contained in:
Georg Lehmann
2024-09-13 20:41:31 +02:00
committed by Marge Bot
parent b20d793774
commit bc3b8c3a13
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -555,6 +555,7 @@ radv_physical_device_get_supported_extensions(const struct radv_physical_device
.KHR_shader_expect_assume = true,
.KHR_shader_float16_int8 = true,
.KHR_shader_float_controls = true,
.KHR_shader_float_controls2 = true,
.KHR_shader_integer_dot_product = true,
.KHR_shader_maximal_reconvergence = true,
.KHR_shader_non_semantic_info = true,
@@ -1245,6 +1246,9 @@ radv_physical_device_get_features(const struct radv_physical_device *pdev, struc
/* VK_KHR_shader_relaxed_extended_instruction */
.shaderRelaxedExtendedInstruction = true,
/* VK_KHR_shader_float_controls2 */
.shaderFloatControls2 = true,
};
}