commit | c98a674ab88e70c5d137330ccf8d82baaf7c3c92 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Jun 23 15:03:04 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 23 15:03:04 2025 -0700 |
tree | 397a23eb71f2a0d181e6149d7f04cc453a4fcc30 | |
parent | 42adbdedd58bc432da3f239376e45d853e88460e [diff] |
[spirv-reader][ir] Pre-register all functions. Loop over all functions and register the function signature before processing the function bodies. This fixes an issue where the function can be called before being seen. If the function is unseen, we'll generate the incorrect signature. Bug: 42250952 Change-Id: I20c998cea8359ca18a52a349d8a2c7fec09bb7dd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/248394 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org>
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.