commit | 451eee0fed2aba9892adddf692f61dfb00956856 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Jun 01 23:57:20 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 01 23:57:20 2022 +0000 |
tree | 5e3a6aea69931e2db070829303913e52d5162222 | |
parent | e0cd855aa26fc8409597025e938c3d955622a400 [diff] |
tint: Stub intrinsic @const evaluation Add support for @const to builtins in intrinsics.def. Propagate this flag through to the intrinsic table. Handle builtins that are @const annotated in the resolver. Currently no intrinsics are decorated with @const, so there's nothing to test (yet). Bug: tint:1504 Change-Id: I172483688617782bd7c58b70e3f38d0222a5d1af Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/92323 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@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.