mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-30 17:05:48 +00:00
Fix how handle usage is collected. OpImageQuerySize is usable for *any* image that is either MS=1 or Sampled=0 or 2. (Sampled=0 is not allowed by Vulkan). So it's usable by storage images or multisampled image. OpImageQuerySizeLod is usable by Sampled=1 MS=0 images, ie. sampled images. Fixed: tint:422 Change-Id: Ibfbcab2daa8b38f17758a0428a08cb9660496bac Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/36061 Auto-Submit: David Neto <dneto@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> Reviewed-by: Ryan Harrison <rharrison@chromium.org>