commit | aec5309bb7a325f6b41a977a51e8b4f07d749b0c | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Aug 07 18:36:57 2023 +0000 |
committer | Ben Clayton <bclayton@google.com> | Mon Aug 07 18:36:57 2023 +0000 |
tree | 80cf6599e6821bfb830e9231c8d811232c88b89c | |
parent | 6a02b4ea869b887556170b3a97cfab2b7ab06d62 [diff] |
[ir][spirv-writer] Polyfill first*Bit builtins Add config options to polyfill firstLeadingBit and firstTrailingBit to the generic BuiltinPolyfill transform. Bug: tint:1906 Change-Id: I366eb8900cf79487beef7a701686e2b9f23a93d3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/144981 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 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.