Commit ebc4846d by Tim Van Patten Committed by Commit Bot

Vulkan: Suppress VUID-vkCmdCopyImageToBuffer-srcImage-01998

The latest VVL roll is generating many new errors for VUID-vkCmdCopyImageToBuffer-srcImage-01998. This CL will suppress the error messages to prevent the test failures until they can be fixed. Bug: angleproject:4572 Test: BindUniformLocationES31Test.ArrayOfArrays/ES3_1_Vulkan_SwiftShader Change-Id: I6b36ab64cea8490e577f9077bb44fc7e5023fbda Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2154833 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent e8ecd19a
...@@ -129,6 +129,8 @@ constexpr const char *kSkippedMessages[] = { ...@@ -129,6 +129,8 @@ constexpr const char *kSkippedMessages[] = {
"UNASSIGNED-CoreValidation-Shader-InterfaceTypeMismatch", "UNASSIGNED-CoreValidation-Shader-InterfaceTypeMismatch",
// http://anglebug.com/4510 // http://anglebug.com/4510
"VUID-vkQueuePresentKHR-pWaitSemaphores-03268", "VUID-vkQueuePresentKHR-pWaitSemaphores-03268",
// http://anglebug.com/4572
"VUID-vkCmdCopyImageToBuffer-srcImage-01998",
}; };
// Suppress validation errors that are known // Suppress validation errors that are known
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment