commit | b7ecabd24ec51f19e0ac2b39cef8cdf2adf96fcb | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Nov 15 21:48:18 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 15 21:48:18 2024 +0000 |
tree | 1deaadfc21568034b1d5ba3740ddec77eec10d25 | |
parent | 2848556e5671a55cabc7dc380fee33a36325fddd [diff] |
[tint] Improve uniformity diagnostics for builtin parameters When a builtin function's parameter is required to be uniform, make sure we actually state that in the error message instead of jumping to the source of non-uniformity. This only affects workgroupUniformLoad in this patch, but will also affect the `subgroupShuffle*` builtins in the next patch. Change-Id: I56199f5e311ae65ae00e5ee838aefc5c84557064 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/214895 Reviewed-by: David Neto <dneto@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.