commit | 8cb5ed8c2c48ec856b7c83f06ea5f9b077dc8230 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Mar 13 17:03:04 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 13 17:03:04 2023 +0000 |
tree | 3cfdbdc74e89b9ca1ba2972bce58bdb57038ebdf | |
parent | 821dc6b6c5a6ee4e0803626f42ba71d59cf6df8b [diff] |
tint/uniformity: Fix compound assignment LHS eval Only evaluate the LHS once, and then manually "load" from the referenced variable to emulate the desugared implementation. Do the same for increment/decrement statements. Fixed: tint:1869 Change-Id: If0dc96bebd52485cfe222ae09305264ffc8b9329 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/123640 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: 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.