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 <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23837>
This commit is contained in:
Caio Oliveira
2023-05-17 11:35:55 -07:00
committed by Marge Bot
parent 0759759658
commit 73af0475cb
@@ -45,6 +45,9 @@ RENAMED_FEATURES = {
('MeshShaderFeaturesNV', 'taskShader'): 'taskShaderNV',
('MeshShaderFeaturesNV', 'meshShader'): 'meshShaderNV',
('CooperativeMatrixFeaturesNV', 'cooperativeMatrix'): 'cooperativeMatrixNV',
('CooperativeMatrixFeaturesNV', 'cooperativeMatrixRobustBufferAccess'): 'cooperativeMatrixRobustBufferAccessNV',
}
KNOWN_ALIASES = [