commit | d6f6f005b3d0c0b5bbb175a500df8e638fd7ea81 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Wed Sep 13 17:50:46 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 13 17:50:46 2023 +0000 |
tree | f6532356bc682d797a60c23e89c73aaa3f87f79d | |
parent | 932aa8d9bdbc8b407f87c7603fe40ab8ab5e6038 [diff] |
tint/hlsl: fix RemoveContinueInSwitch transform to handle nested switch statements Rework the transform so that it handles a continue within a switch nested within switches within a loop. Also make the transform only generate a single bool variable per loop, rather than per continue statement. Bug: tint:1080 Change-Id: I626cf4aa35e900ccc8ad08712ff1393c91587f10 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/151041 Commit-Queue: Antonio Maiorano <amaiorano@google.com> Reviewed-by: Ben Clayton <bclayton@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: James Price <jrprice@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.