commit | a5b73a0fde4848aea9d9724e75d62f868a5153e2 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Nov 23 00:34:48 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 23 00:34:48 2022 +0000 |
tree | 162b033b1e0f27bb736a99d18a191e4c543551ca | |
parent | 329dfd7cbd2df6025c697e3f00acbf91f65bd0fd [diff] |
[ir] Implement EmitLiteral. This CL fills in the EmitLiteral method. Each literal is emitted as the appropriate type of register. The literal is not added to the current flow block as it is not yet used. Bug: tint:1718 Change-Id: Ic6a576bcc08dc6ea251b60d1d079929ac4d97981 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/110783 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.