Roll vulkan-deps from c5cbe0b0362c to d56f491466de (3 revisions)

https://chromium.googlesource.com/vulkan-deps.git/+log/c5cbe0b0362c..d56f491466de

Also rolling transitive DEPS:
  https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/b4e0850ef75cbf4f3e3a2340f4ee4c654a81d604..f9f31fa5a903fc4a0c5d5272d9a7781d3ffef319

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 armansito@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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-Debug-Dawn;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: armansito@google.com
Change-Id: I823597fb2f638f7141ee47bfaf29fc6b8373c8f3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/661737
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 f2a09aa..f66b95f 100644
--- a/DEPS
+++ b/DEPS
@@ -55,10 +55,10 @@
   "third_party/externals/vulkanmemoryallocator"  : "https://chromium.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@7de5cc00de50e71a3aab22dea52fbb7ff4efceb6",
   # 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@c5cbe0b0362c7ee42c5cfc0e3b5a28ded7964162",
+  "third_party/externals/vulkan-deps"            : "https://chromium.googlesource.com/vulkan-deps@d56f491466de515bec780ad1d70e53e523ab6e65",
   "third_party/externals/spirv-cross"            : "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross@09e60d74f6a1c8deed2c02c998661b2ec7dd712e",
   "third_party/externals/spirv-headers"          : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@90547c54e24e01aae41a68124e7a304d0ec11dd0",
-  "third_party/externals/spirv-tools"            : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@b4e0850ef75cbf4f3e3a2340f4ee4c654a81d604",
+  "third_party/externals/spirv-tools"            : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@f9f31fa5a903fc4a0c5d5272d9a7781d3ffef319",
   "third_party/externals/vulkan-headers"         : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers@9b9fd871b08110cd8f0b74e721b03213d9cc3081",
   "third_party/externals/vulkan-tools"           : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools@211fec7e9af1af7ce13c31885537bc73c4862b23",
   #"third_party/externals/v8"                     : "https://chromium.googlesource.com/v8/v8.git@5f1ae66d5634e43563b2d25ea652dfb94c31a3b4",
diff --git a/bazel/deps.bzl b/bazel/deps.bzl
index 710eb49..598078c 100644
--- a/bazel/deps.bzl
+++ b/bazel/deps.bzl
@@ -158,7 +158,7 @@
 
     git_repository(
         name = "spirv_tools",
-        commit = "b4e0850ef75cbf4f3e3a2340f4ee4c654a81d604",
+        commit = "f9f31fa5a903fc4a0c5d5272d9a7781d3ffef319",
         remote = "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git",
     )