commit | fd5af169c84dc98c3db466a6d5dfb7ca2f8832b6 | [log] [tgz] |
---|---|---|
author | David Neto <dneto@google.com> | Thu Apr 04 17:51:34 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 04 17:51:34 2024 +0000 |
tree | 8e8c6ff47c45eebb91d3cb7b7ace295160434827 | |
parent | 36ff643c7ce16fc154b31fdf282eba31eaca699e [diff] |
Expand test coverage of filtered iterator I wanted to cover the case where no element satisfies the predicate. Particularly since the constructor scans for the first element that satisfies the predicate. The test makes sure the internal state is in a consistent and correct. Change-Id: Ibbc111fe4c04019d005a0c4cbf791c06ac99fb94 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/182381 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Auto-Submit: David Neto <dneto@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.