commit | e903396ff2c5d4c205bffc5c6b91cb48ebefd5f7 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed May 03 14:59:03 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 03 14:59:03 2023 +0000 |
tree | 98b5a7e10428c535f28eaf9b577215188ab26d08 | |
parent | 83d8c42fc673f2b346c982f12c215d23556b7fb0 [diff] |
[ir] Emit short-circuit as an `If` node This Cl removes the `&&` and `||` logical binary nodes and replaces them with a var declaration and if node. Bug: tint:1925 Change-Id: I9f25411a9b9c909fa25f2f37cbd51181ac584acc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/130500 Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: James Price <jrprice@google.com> Reviewed-by: 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.