commit | 157857fd52f9c824c49e6c63f3c39e406505ef91 | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Tue Feb 11 17:10:29 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 11 17:10:29 2025 -0800 |
tree | f30b9fbd82c5af2a6d9fba7062e39c344cee1ca5 | |
parent | c06c7666adcecbba2d6a55d3b83f0394d730ddce [diff] |
[tint][ir][val] Add operand and result checks for MemberBuiltinCall Since core IR does not declare any member builtins, tests have been added to the backend specific unittests for coverage. Fixes: 395822789 Change-Id: I74281c101777fd708bfb4fd9c26201ae179e0b95 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/225638 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org> Reviewed-by: 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.