commit | 3cd439bfaf464c0ea5ab2d669febda4bc5651e0a | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Oct 10 23:20:31 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 10 23:20:31 2023 +0000 |
tree | 29cd7ae6e6e0d5c7b5522ed244dd0e0171a5d665 | |
parent | 756a63627ba8a0b6e8b8e5eefa5b12d2fd43a812 [diff] |
[tint] Resolve types without recursion Change ast::TraverseExpressions to consider identifier templated expressions. This will make the resolver resolve the template sub-expressions without recursion. Change the resolver to fetch the type and expressions from the sem map instead of calling the Type() and Expression() root resolve functions. Change-Id: I4ad9283f33b85a58cc39e4887f699ef34f0d3617 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/155143 Reviewed-by: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@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.