commit | 85b77e002384a06fa182fb672ce98f0e942a5b59 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Wed Dec 20 18:42:17 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 20 18:42:17 2023 +0000 |
tree | a7b3f8e86535b7725140945812bf7458d3f7d12d | |
parent | 692b15ba4e194a2f030022989db335814e43ebc8 [diff] |
Tint: implement the polyfill of pack4x{U|I}8 with dot products This patch changes the last step of the polyfill of pack4xI8 and pack4xU8 with a dot product with vec4u(1). Bug: tint:1497 Change-Id: I655b26e7f040b3f4c3e4d72fdb4f5025f4444e22 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/166386 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: David Neto <dneto@google.com> Reviewed-by: David Neto <dneto@google.com> Kokoro: Kokoro <noreply+kokoro@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.