commit | e3d4efbdad66e13d90412167c6caa84fedfdd3ee | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Feb 25 10:00:41 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 25 10:00:41 2025 -0800 |
tree | cf454d974b780ab57b8fa8d5242202c995f81c49 | |
parent | 075776a5f12f3e849dca39f6e21c08bafb7467ad [diff] |
[spirv-reader][ir] Add OpShiftLeftLogical support Add support for converting an OpShiftLeftLogical to a bitwise `<<` operator. Bug: 391487170 Change-Id: I6a5f29a8f730f00e9b1a17d40712a020f6ce0c77 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/227714 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: 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.