commit | 5a27e087c576d77016073c459d48cc1cd1cae79e | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Jan 13 10:13:29 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 13 10:13:29 2025 -0800 |
tree | d8f97b068dd3b04239d685c5ab2711b104537d24 | |
parent | dccc562a65fff42e6041c9a8a87185db4aebf9d4 [diff] |
[spirv-reader][ir] Add support for UniformConstant address space. Add conversion of the `UniformConstant` address space in SPIR-V into the `handle` address space in IR. Preliminary support for the spirv `Sampler` type is added as well in order to support the test case. The sampler code will need to be extended to also support comparison samplers. Bug: 42250952 Change-Id: Ib56d58215a42cf8f4b67f237cee1adb84b680328 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/220494 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.