commit | ebc9f7e5cf9ae9c504c1d63edb80d11756315755 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jul 04 21:01:12 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 04 21:01:12 2024 +0000 |
tree | 138c3cf7a1ef691f90a21b943c38ae5357ca6297 | |
parent | 33056eae6124894b33a47c9aced0b49a907960d9 [diff] |
[hlsl] Fix loop tests for DXC validation. This CL updates the loop tests to terminate. This fixes an issue where the test doesn't validate with DXC. DXC dead-code eliminates the `break` if the conditional is set to true. Bug: 42250042, 42251045 Change-Id: Id0bad867db33943050ecfd6645078bba6131ff99 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196957 Commit-Queue: James Price <jrprice@google.com> Auto-Submit: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org>
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.