commit | 5e347d0f656c16e93db555afb81ceb5a99b5b863 | [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 | 826f691e6aceffbc6cf397f88c6e467d416c277b | |
parent | aec5309bb7a325f6b41a977a51e8b4f07d749b0c [diff] |
[ir][spirv-writer] Polyfill count*Zeros builtins Add config options to polyfill countLeadingZeros and countTrailingZeros to the generic BuiltinPolyfill transform. Bug: tint:1906 Change-Id: I29abc50f13d5cfa68ba0987d4d9f8aec2859e3db Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/144982 Auto-Submit: James Price <jrprice@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@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.