commit | 476f1ca82d241dbba118aab5d5348e3d92ea774b | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jan 23 10:38:54 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 23 10:38:54 2025 -0800 |
tree | 6d2a8682ae1074ea52974fc79225b8fb1d7dcbde | |
parent | e7231f185e09b904ba64a2bcdceb1f0945e37a0a [diff] |
[spirv-reader][ir] Correctly handle GLSL 450 FindSMsb The SPIR-V `FindSMsb` method allows differing argument and return type. The argument must also be interpreted as a signed value. So, inject bitcasts as needed for the argument and return. Bug: 391487629 Change-Id: If98081c52ddeebb2c176cc286771ce06bbeaf5e6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/223055 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: David Neto <dneto@google.com>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.