commit | 9146b9f1c4fb4f759b1fb65852e032004ad65ee9 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Dec 17 10:26:41 2024 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 17 10:26:41 2024 -0800 |
tree | 7b2c042628993ac48b77585da74f308985084492 | |
parent | 0c4e4be342208e621fc969e501d44b3b69fb61eb [diff] |
[ir] Use Function::IsEntryPoint() where possible Now that we have this helper function, we can use it many more places instead of comparing the stage to `kUndefined`. Change-Id: I4d8b3a78b6685606d70e99450cde571396b6d3ce Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/219774 Commit-Queue: Antonio Maiorano <amaiorano@google.com> Auto-Submit: James Price <jrprice@google.com> Reviewed-by: Antonio Maiorano <amaiorano@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.