Roll vulkan-deps from 6c7bb72d35e0 to 91655d665673 (3 revisions)

https://chromium.googlesource.com/vulkan-deps.git/+log/6c7bb72d35e0..91655d665673

Also rolling transitive DEPS:
  https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/80926d97aba8d1b1162448713ca4825d4c816226..a8959dc653d71609ac5bbfd151ddd6da2b62e79b
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/5a5c9a643484d888873e32c5d7d484fae8e71d3d..5ac36269f50381bdd92a5e1973d8eb041771e59e

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-deps-skia-autoroll
Please CC bungeman@google.com,skiabot@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in skia: https://bugs.chromium.org/p/skia/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Release-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE
Bug: None
Tbr: bungeman@google.com
Change-Id: I30e59bf572357690d2ff38b8ae1cc9b4b33b36aa
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/812657
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 318da0a..90b0e0e 100644
--- a/DEPS
+++ b/DEPS
@@ -60,12 +60,12 @@
   "third_party/externals/vulkanmemoryallocator"  : "https://chromium.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@a6bfc237255a6bac1513f7c1ebde6d8aed6b5191",
   # vulkan-deps is a meta-repo containing several interdependent Khronos Vulkan repositories.
   # When the vulkan-deps revision is updated, those repos (spirv-*, vulkan-*) should be updated as well.
-  "third_party/externals/vulkan-deps"            : "https://chromium.googlesource.com/vulkan-deps@6c7bb72d35e0d9ccd702baf410b112d292a4a380",
+  "third_party/externals/vulkan-deps"            : "https://chromium.googlesource.com/vulkan-deps@91655d66567371b10e91a600f8e39a0a3d257c99",
   "third_party/externals/spirv-cross"            : "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross@b8fcf307f1f347089e3c46eb4451d27f32ebc8d3",
   "third_party/externals/spirv-headers"          : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@e77d03080b90c5d361663a67834c57bb1fddaec2",
-  "third_party/externals/spirv-tools"            : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@80926d97aba8d1b1162448713ca4825d4c816226",
+  "third_party/externals/spirv-tools"            : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@a8959dc653d71609ac5bbfd151ddd6da2b62e79b",
   "third_party/externals/vello"                  : "https://skia.googlesource.com/external/github.com/linebender/vello.git@ee3a076b291d206c361431cc841407adf265c692",
-  "third_party/externals/vulkan-headers"         : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers@5a5c9a643484d888873e32c5d7d484fae8e71d3d",
+  "third_party/externals/vulkan-headers"         : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers@5ac36269f50381bdd92a5e1973d8eb041771e59e",
   "third_party/externals/vulkan-tools"           : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools@f24bab1ea1c521cd77991260cad1b11384eec5f0",
   "third_party/externals/vulkan-utility-libraries": "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries@86de0a0a9dc09520644bfb6b2f49e919134fe86d",
   "third_party/externals/unicodetools"           : "https://chromium.googlesource.com/external/github.com/unicode-org/unicodetools@66a3fa9dbdca3b67053a483d130564eabc5fe095",
diff --git a/bazel/deps.bzl b/bazel/deps.bzl
index 55180c9..2568f77 100644
--- a/bazel/deps.bzl
+++ b/bazel/deps.bzl
@@ -180,7 +180,7 @@
 
     git_repository(
         name = "spirv_tools",
-        commit = "80926d97aba8d1b1162448713ca4825d4c816226",
+        commit = "a8959dc653d71609ac5bbfd151ddd6da2b62e79b",
         remote = "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git",
     )
 
@@ -194,7 +194,7 @@
     new_git_repository(
         name = "vulkan_headers",
         build_file = ws + "//bazel/external/vulkan_headers:BUILD.bazel",
-        commit = "5a5c9a643484d888873e32c5d7d484fae8e71d3d",
+        commit = "5ac36269f50381bdd92a5e1973d8eb041771e59e",
         remote = "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers",
     )