commit | 78f028085c47b309fb51c66c5291b5a90da0338e | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Aug 17 18:46:20 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 17 18:46:20 2023 +0000 |
tree | 2df3f7749479745f754c1b7121cff62bdc724418 | |
parent | 3fe6761cac1b2562cac46ec56037b90f1c60fa9d [diff] |
[ir] Add BinaryPolyfill transform This is for generic binary instruction polyfills that use core IR constructs. Add a polyfill for the RHS of a bitwise shift. Use this in the SPIR-V writer. Bug: tint:1718, tint:1906 Change-Id: I2165af4ffb78a9d284f5762e696a3b2c09a5d2f1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/147301 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: 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.