commit | 792001a5fedc5572082a4cc31bd2111f0ed9355f | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jun 01 17:03:18 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 01 17:03:18 2023 +0000 |
tree | 5efb61bca7911dcae275b9935919692884997380 | |
parent | f2d6835ec116397536e5ca9390aca6d6079d801f [diff] |
[ir] Convert block instructions to a list. This Cl moves the block instructions from a vector to a list. There will be a lot of inserting and shuffling of these instructions when doing transforms so this makes updating and removing simpler. The block has several instructions added for working with the instruction list, so, in effect, the block is at a high level an instruction list container. There is a `begin` and `end` iterator on block which iterates over the instructions. Bug: tint:1718 Change-Id: I068801b390ca1e99baf22afb9712c12990c7f36d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/135181 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> 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 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.