VideoViewsTests: add test which uses a sampler per plane This test sees flaky failures. - Check the entire checkerboard texture contents to get more information. - Add a test which uses seperate sampling states to see if DX12 driver has difficulty sampling multi-planar formats using a single sampler. - Also, double check support for the NV12 format in case something in the driver flakily exposes support. From https://dawn-review.googlesource.com/c/dawn/+/47660 Bug: dawn:733 Change-Id: I766907ff648f1dc35387902a70c3fb65debcaecd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/119343 Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Austin Eng <enga@chromium.org> Reviewed-by: Shrek Shao <shrekshao@google.com>
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.