commit | 0e21d289202eea9f08d14ca32cf3cdfa2cac8cca | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Nov 17 15:25:51 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 17 15:25:51 2023 +0000 |
tree | c3077eccab5152b992025c1cae4ecb3743218e41 | |
parent | e5d7030952c1231045941860b05720ca78dfc069 [diff] |
[ir] Fix Std140 for non-decomposed matrices Recursively replacing instructions from a buffer that contains a decomposed matrix cannot assume that all instructions are operating on decomposed matrices, since there may be other matrices in the same struct that were not decomposed. Fixed: tint:2100 Change-Id: Ifc28636a39276d931592bcc1fe2026540d25c8c3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/160742 Commit-Queue: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: James Price <jrprice@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.