commit | edda3b6776f5b3f7cff044e174e7a429e3296512 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Feb 13 11:17:50 2025 -0800 |
committer | dan sinclair <dsinclair@chromium.org> | Thu Feb 13 11:17:50 2025 -0800 |
tree | 0232668011425a6e1c95f4c3307f73182f54030d | |
parent | 07a56ad56579b1b1d413ce04a76c6e2f0beab505 [diff] |
[spirv-reader][ir] Add names for functions and function parameters. Use the name hash to set the names for `OpFunction` and `OpFunctionParameter` instructions if an `OpName` has been provided. Bug: 396203113, 396202006 Change-Id: Iab18aa97d550b0a0c2a0cb6fd98a188aa19d042a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/226235 Reviewed-by: James Price <jrprice@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.