commit | 9f4243278f3a465d087f3713332b3b056c805cb7 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Jun 19 00:54:24 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 19 00:54:24 2024 +0000 |
tree | c9d0cfdab794d9ffab365a4ec3b1a4b24a2b59b4 | |
parent | 60a7ed1653832c2217593222914322daa30bb7d9 [diff] |
[hlsl] Add Unary support to HLSL IR backend. This CL adds unary negation and complement support to the HLSL IR backend. The unary not is converted into a `a == false` instruction by the builder. Bug; 42251045 Change-Id: I52dd8396cfe5b783a1a6a21de97e10c47c0d02f3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194161 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 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.