[tint] Fix continue bypassing decl check We were missing cases where a reference to a bypassed variable was inside another loop continuing block nested inside the outer loop's continuing block. Use a loop to check all parent continuing blocks, not just the first parent. Bug: 353034820 Change-Id: Iffd4be81043f43f07aa39f87cd2d7f7fa4936c7f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/199455 Commit-Queue: David Neto <dneto@google.com> Commit-Queue: James Price <jrprice@google.com> Auto-Submit: James Price <jrprice@google.com> Reviewed-by: David Neto <dneto@google.com> (cherry picked from commit da0ac02382cea2820e23f69be709c54e43900999) Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/200056 Reviewed-by: Antonio Maiorano <amaiorano@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.