commit | a2ca09a571f432c7ce1a068b356a28ee201568c2 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Feb 15 04:24:27 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 15 04:24:27 2024 +0000 |
tree | ddcd029120bcf85daf2ed75352c6cd9cd50301dd | |
parent | 2def6c3614711341ad581d01f61ac411affd99d2 [diff] |
Fix issue with break inside switch inside continuing. Tint is currently too restrictive in testing for a break statement inside of a continuing block. In the case where the break is inside a switch it is permissible, as it breaks the switch, not the loop. This CL updates the validation routines to allow a switch to hold a break statement inside a continuing block. Bug: tint:2144 Change-Id: I82850cb736d1c2433fd98f2a2cd9bfd325d698d7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/175080 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@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.