[YUV AHB] Fix STMAHB test errors on Pixel 10. The tests had two bugs that caused failures on Pixel 10: - A bitmask was compared to a boolean, but when the expectation was that it is true, `true` coerced to 1, which didn't match the tested bitflag. - The AHB usages was not initialized in the AHB descriptor, leading to an allocation failure. Bug: 468988322 Change-Id: Iabbb22c9f1415034e7f6782ef4f03a8b26e13bea Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/298557 Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: Corentin Wallez <cwallez@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.