commit | a69a3c637d61e71d69e09ad44c431e59ac51744b | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Tue May 28 01:28:55 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 28 01:28:55 2024 +0000 |
tree | 28f3423eea1942cae8ae775e219bf56b2eee5e46 | |
parent | 46702209f43fe681d06f5e859b7e8b98b04b429b [diff] |
Tint: Check if location is too large in TruncateInterstageVariables This patch adds a check in `TruncateInterstageVariables::Apply()` to ensure an error occurs when there is an inter-stage variable whose location is too large (the size of `TruncateInterstageVariables::Config::interstage_locations` is 30). Fixed: chromium:342460085 Change-Id: Ie51821d9fafc89713cae872afe4da737b8ddbc7e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/190061 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Corentin Wallez <cwallez@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.