commit | eebff27ab8e2e2ab6b9924aea540c22055a67e74 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Jul 02 22:31:55 2024 +0000 |
committer | James Price <jrprice@google.com> | Tue Jul 02 22:31:55 2024 +0000 |
tree | 13d1280b375c3f5da08144952e59f1350abbbd97 | |
parent | 6cb114b06adcb6c79e47c28cb220d9df8944ea01 [diff] |
[ir] Skip constant builtin structs in fuzzer IRToProgram does not generate a valid AST for a constant whose type is a builtin structure. It would have to reverse-engineer the builtin function call that produces the correct constant output to do so. Change-Id: I164a498a7d8646c0cc92c02f1b8ae33df88f7306 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196615 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.