commit | f58479706392f005b0c5e85d0ccc688f2db8d7e1 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed May 29 15:38:19 2024 +0000 |
committer | James Price <jrprice@google.com> | Wed May 29 15:38:19 2024 +0000 |
tree | 1cdba335b24da1be55c5ce8855a8e3621edd6963 | |
parent | d42ff1655946e18869808cb7b4d3930da2d9b108 [diff] |
[ir] Fix Disassembly::EmitOperandList() with count We need to take start_index into account when determining the end index. Change-Id: I0010ef9abb05839ee06ce3c6c7a18d0ab9470870 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/190540 Reviewed-by: dan sinclair <dsinclair@google.com> Reviewed-by: Ben Clayton <bclayton@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.