Module: Mesa
Branch: main
Commit: 73af0475cbdfa016392edc5f3d42d3b01aaba53c
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=73af0475cbdfa016392edc5f3d42d3b01aaba53c

Author: Caio Oliveira <[email protected]>
Date:   Wed May 17 11:35:55 2023 -0700

vulkan: Add NV suffix to VK_NV_cooperative_matrix feature names

In the new Vulkan Headers, VK_KHR_cooperative_matrix gets added and the feature
names are the same.

Acked-by: Ivan Briano <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23837>

---

 src/vulkan/util/vk_physical_device_features_gen.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/vulkan/util/vk_physical_device_features_gen.py 
b/src/vulkan/util/vk_physical_device_features_gen.py
index d282a843ac7..3857e06014e 100644
--- a/src/vulkan/util/vk_physical_device_features_gen.py
+++ b/src/vulkan/util/vk_physical_device_features_gen.py
@@ -45,6 +45,9 @@ RENAMED_FEATURES = {
 
     ('MeshShaderFeaturesNV', 'taskShader'): 'taskShaderNV',
     ('MeshShaderFeaturesNV', 'meshShader'): 'meshShaderNV',
+
+    ('CooperativeMatrixFeaturesNV', 'cooperativeMatrix'): 
'cooperativeMatrixNV',
+    ('CooperativeMatrixFeaturesNV', 'cooperativeMatrixRobustBufferAccess'): 
'cooperativeMatrixRobustBufferAccessNV',
 }
 
 KNOWN_ALIASES = [

Reply via email to