commit | 7a8997395d63d6838f4ffff64af13619a6cf95d7 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Jul 03 22:57:23 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 03 22:57:23 2024 +0000 |
tree | a7d4ceee2e90a32d53c7b9ca50b164883a3a06f7 | |
parent | caba59b9f57cb8cb46315b9ca25b985d2672b478 [diff] |
[hlsl] Support let pointer to var. This Cl adds support to the DecomposeMemoryAccess transform to handle a let which holds a var directly. The `var` is sunk down into any usages of the `let` and the `let` removed. As similar thing happens to `let` which directly holds an `access` to one of the `var`s. The `access` is sunk down through the `let`. Bug: 349867642 Change-Id: Ia6a090fc01e1b45510751f0d137f634bbd880f2d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196694 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org>
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.