commit | 9150c5d14dc42c271ce31bc78d44b864b721ec14 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Mar 25 11:43:44 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 25 11:43:44 2025 -0700 |
tree | 66dabc2bc688e900faff84a21ad8581a4c8ae853 | |
parent | a214aef2bd064517ee77e43c21751e0b09bfa157 [diff] |
[spirv-reader][ir] Refactor `EmitBranchConditional` Refactor the `EmitBranchConditional` method to separate out some common, or standalone, blocks into their own functions. Bug: 391485718 Change-Id: I690bb939514b2e9dc575e0e58fa807fa7d1fae33 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/232837 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.