commit | f8516f3c9055e0beb7dd8d25956e7c52ec120f9e | [log] [tgz] |
---|---|---|
author | David Neto <dneto@google.com> | Sat Aug 17 17:58:45 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Aug 17 17:58:45 2024 +0000 |
tree | 87c685c6c35f9eb5ef58ac5d2a31ea5475459dcd | |
parent | a0f60a7a71f1b91b8bfa4f56ee2b2abb47649dba [diff] |
[tint] validate insertBits count+offset when other args are runtime-eval count+offset must not exceed the bit width of the other arguments. Bug: chromium:351372334 Change-Id: I41749e9700f247544c3e396c8362a395c3eac708 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/202554 Reviewed-by: James Price <jrprice@google.com> Auto-Submit: David Neto <dneto@google.com> Commit-Queue: David Neto <dneto@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.