Skip to content

Commit

Permalink
More VUID suppressions
Browse files Browse the repository at this point in the history
Suppress more of the new Validation layer failures.

Bug: 381887313
Change-Id: I1f2dbd95a8c61f99abf26475b70196ae8e848c41
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/218494
Auto-Submit: dan sinclair <[email protected]>
Reviewed-by: James Price <[email protected]>
Commit-Queue: James Price <[email protected]>
Commit-Queue: dan sinclair <[email protected]>
  • Loading branch information
dj2 authored and Dawn LUCI CQ committed Dec 6, 2024
1 parent 92c3ee9 commit b678150
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/dawn/native/vulkan/BackendVk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ constexpr SkippedMessage kSkippedMessages[] = {
"exceeds device maxPerStageDescriptorUpdateAfterBindStorageBuffers limit (0)"},
{"VUID-VkPipelineLayoutCreateInfo-descriptorType-03025",
"exceeds device maxPerStageDescriptorUpdateAfterBindSampledImages limit (0)"},
{"VUID-VkPipelineLayoutCreateInfo-descriptorType-03026",
"exceeds device maxPerStageDescriptorUpdateAfterBindStorageImages limit (0)"},
{"VUID-VkPipelineLayoutCreateInfo-descriptorType-03027",
"exceeds device maxPerStageDescriptorUpdateAfterBindInputAttachments limit (0)"},
{"VUID-VkPipelineLayoutCreateInfo-pSetLayouts-03036",
"exceeds device maxDescriptorSetUpdateAfterBindSamplers limit (0)"},
{"VUID-VkPipelineLayoutCreateInfo-pSetLayouts-03037",
Expand All @@ -191,6 +195,8 @@ constexpr SkippedMessage kSkippedMessages[] = {
"exceeds device maxDescriptorSetUpdateAfterBindUniformBuffersDynamic limit (0)"},
{"VUID-VkPipelineLayoutCreateInfo-pSetLayouts-03039",
"exceeds device maxDescriptorSetUpdateAfterBindStorageBuffers limit (0)"},
{"VUID-VkPipelineLayoutCreateInfo-pSetLayouts-03040",
"exceeds device maxDescriptorSetUpdateAfterBindStorageBuffersDynamic limit (0)"},
{"VUID-VkPipelineLayoutCreateInfo-pSetLayouts-03041",
"exceeds device maxDescriptorSetUpdateAfterBindSampledImages limit (0)"},
};
Expand Down

0 comments on commit b678150

Please sign in to comment.