commit | 526e4b8b57dbf4bca8142bcb15d046c5c48009ad | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Jan 17 17:01:30 2024 +0000 |
committer | James Price <jrprice@google.com> | Wed Jan 17 17:01:30 2024 +0000 |
tree | 43f78bcb8c76788a1e81319a3bdb8ab768b15e56 | |
parent | 03ecbbf5caa0ebc68d95b7023c62bddeb81f39a7 [diff] |
[spirv-reader] Handle pointer to vector component Add a new transform that replaces all uses of pointers-to-vector-components with `load_vector_element` and `store_vector_element` instructions. Allow the parser to generate these pointers by enabling the IR validation capability. Enable two tests that cover this. Add new tests for the full SPIR-V to core IR flow. Bug: tint:1907 Change-Id: Ic015cc855b7abb535d23376f88eb4c9f3ba5f086 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/170002 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@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.