Vulkan: Ignore VVL errors from GOOGLE extension

We're seeing VUID-VkSamplerCreateInfo-pNext-pNext fire
when rolling vulkan-deps.

It is complaining about an unknown VkStructureType (1000264000)

The type is implemented by VK_GOOGLE_sampler_filtering_precision,
which is a private extension.

We can ignore this VVL error.

Bug: angleproject:8349
Change-Id: Ie424458873192b668371d8215dadf9788479f8dd
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4874597
Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
This commit is contained in:
Cody Northrop
2023-09-18 12:00:57 -06:00
committed by Angle LUCI CQ
parent d46bc77d0d
commit c8e16b071e

View File

@@ -270,6 +270,8 @@ constexpr const char *kSkippedMessages[] = {
"VUID-vkCmdDrawIndexed-None-09003",
// https://anglebug.com/8334
"VUID-VkDescriptorImageInfo-imageView-07796",
// https://anglebug.com/8349
"VUID-VkSamplerCreateInfo-pNext-pNext",
};
// Validation messages that should be ignored only when VK_EXT_primitive_topology_list_restart is