Commit 4973a38f by Geoff Lang Committed by Commit Bot

Supress VVL error about multi-instance heaps.

VVL added a new error that ANGLE hits on AMD Windows due to the way VMA allocates memory. Supressing to allow VVL to roll forward while we investigate. Bug: angleproject:4928 Change-Id: I4afeb3fcc2e9fed96ff8276898a8c96c77206d3b Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2339539Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent 23daea2f
...@@ -150,6 +150,8 @@ constexpr const char *kSkippedMessages[] = { ...@@ -150,6 +150,8 @@ constexpr const char *kSkippedMessages[] = {
"UNASSIGNED-BestPractices-vkCreateGraphicsPipelines-too-many-instanced-vertex-buffers", "UNASSIGNED-BestPractices-vkCreateGraphicsPipelines-too-many-instanced-vertex-buffers",
"UNASSIGNED-BestPractices-DrawState-ClearCmdBeforeDraw", "UNASSIGNED-BestPractices-DrawState-ClearCmdBeforeDraw",
"UNASSIGNED-BestPractices-vkCmdClearAttachments-clear-after-load", "UNASSIGNED-BestPractices-vkCmdClearAttachments-clear-after-load",
// http://anglebug.com/4928
"VUID-vkMapMemory-memory-00683",
}; };
// 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