commit | 4f491bf8c370e4975672b3f5abd0f1de4a95f12e | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Apr 24 21:15:04 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 24 21:15:04 2024 +0000 |
tree | de6d285d751bbf6dc4a09d4c0605263eca50c351 | |
parent | 750f71d3234ac9d49e175d5e7558b052e6b7519b [diff] |
[ir] Validate block parameters Check that they are alive and have the correct parent block. Add source mapping for block parameters to the disassembler, and remove `EmitValueList()` which is no longer used. Change-Id: I392506d187ab558cc27df5676ea3f46bc52268c8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/185524 Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Reviewed-by: dan sinclair <dsinclair@google.com> Commit-Queue: 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.