commit | f3f813eb0c1fe6a3dd87fd048a1f352dee448a05 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Jan 04 12:30:47 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 04 12:30:47 2023 +0000 |
tree | a0b1347298dd9a6143947e820dbf56174169f92c | |
parent | be367b73ae9c5d043fd9934c87636b09a9da9099 [diff] |
tint: fix const eval short-circuiting with mixed runtime and constant expressions For logical binary expressions that can be short-circuited, if the rhs tree contained a mix of constant and runtime expressions, we would erroneously mark the node as runtime, although some of its children were resolved as kNotEvaluated. This would then fail during backend generation. This is a fork of 115820, addressing review comments, as amaiorano is OOO this week. Bug: chromium:1403752 Bug: tint:1581 Change-Id: I18682c7fe1db092d280390881ff86b3c0db23e9b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116020 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@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.