Roll vulkan-deps from d03d09324f14 to bda8c006c3c3 (7 revisions)

https://chromium.googlesource.com/vulkan-deps.git/+log/d03d09324f14..bda8c006c3c3

Also rolling transitive DEPS:
  https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/956114df28aabc899696f6843c67eb821bd82864..c9947cc8d5e421c876c39947f9a4f35a84cf5733
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/e8b8e06d092ab406b097907ecaae1a8aae9c7d53..bd6443d28f2ebecedfb839b52d612011ba623d14

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 brianosman@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: brianosman@google.com
Change-Id: I414a210e51be8e370d0706618383b3a9a46a12a9
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/645137
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 8f79955..0443023 100644
--- a/DEPS
+++ b/DEPS
@@ -55,11 +55,11 @@
   "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@d03d09324f149758551b2d29a66d1f2772529a50",
+  "third_party/externals/vulkan-deps"            : "https://chromium.googlesource.com/vulkan-deps@bda8c006c3c3e22ea5daa80166f472755a30fe0d",
   "third_party/externals/spirv-cross"            : "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross@4e2fdb25671c742a9fbe93a6034eb1542244c7e1",
   "third_party/externals/spirv-headers"          : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@aa331ab0ffcb3a67021caa1a0c1c9017712f2f31",
-  "third_party/externals/spirv-tools"            : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@956114df28aabc899696f6843c67eb821bd82864",
-  "third_party/externals/vulkan-headers"         : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers@e8b8e06d092ab406b097907ecaae1a8aae9c7d53",
+  "third_party/externals/spirv-tools"            : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@c9947cc8d5e421c876c39947f9a4f35a84cf5733",
+  "third_party/externals/vulkan-headers"         : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers@bd6443d28f2ebecedfb839b52d612011ba623d14",
   "third_party/externals/vulkan-tools"           : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools@27c28d4b4004f90f16b2d227e93a91481e0a229b",
   #"third_party/externals/v8"                     : "https://chromium.googlesource.com/v8/v8.git@5f1ae66d5634e43563b2d25ea652dfb94c31a3b4",
   "third_party/externals/wuffs"                  : "https://skia.googlesource.com/external/github.com/google/wuffs-mirror-release-c.git@a0041ac0310b3156b963e2f2bea09245f25ec073",
diff --git a/bazel/deps.bzl b/bazel/deps.bzl
index d60f262..45f477c 100644
--- a/bazel/deps.bzl
+++ b/bazel/deps.bzl
@@ -158,14 +158,14 @@
 
     git_repository(
         name = "spirv_tools",
-        commit = "956114df28aabc899696f6843c67eb821bd82864",
+        commit = "c9947cc8d5e421c876c39947f9a4f35a84cf5733",
         remote = "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git",
     )
 
     new_git_repository(
         name = "vulkan_headers",
         build_file = "@//bazel/external/vulkan_headers:BUILD.bazel",
-        commit = "e8b8e06d092ab406b097907ecaae1a8aae9c7d53",
+        commit = "bd6443d28f2ebecedfb839b52d612011ba623d14",
         remote = "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers",
     )