commit | aa4b64f4c8d1456a70e2f66f305457d255b952d3 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Thu Nov 03 11:44:15 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 03 11:44:15 2022 +0000 |
tree | 052c08dd93cd6c6dbe5393b74d749e68f0b2fb3c | |
parent | 6e3f9fa53dc23085d1b73f32df2e11f36ca5e788 [diff] |
tint/utils: Optimise HashmapBase::Scan() Avoid an integer modulo for each scan iteration. Change-Id: Ie80af4620b39769db622b4ab175b5639cf9ade8e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/108260 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Auto-Submit: 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.