commit | 2c6d2ea10e59150832165d801765791d17793394 | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Thu Aug 08 19:55:22 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 08 19:55:22 2024 +0000 |
tree | d677b10767c6ff86bd98c21e23c6332a4e527b30 | |
parent | 3377423c747656e988228cfe4819838af6d39ab6 [diff] |
[tint][ir][val] Rework how CheckConstruct works - Currently this function is missing when no results is provided. - Change to check there is exactly 1 result and any amount of operands. - Also pulls the results and operands check to the top of the function, so later code can depend on their post-conditions Fixes: 358382124 Change-Id: Ic81fca50b359c26b21efb27710c4b1059e7205cc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/201915 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.