dawn-cmake/test/bug
Ben Clayton 3242d3e8c9 writer/hlsl: Use vector write helper for dynamic indices
This uses FXC compilation failure mitigation for _any_ vector index assignment that has a non-constant index. FXC can still fall over if the loop calls a function that performs the dynamic index.

Use some vector swizzle logic to avoid branches in the helper.

Fixed: tint:980
Change-Id: I2a759d88a7d884bc61b4631cf57feb4acc8178de
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/57882
Auto-Submit: Ben Clayton <bclayton@google.com>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
2021-07-14 18:43:51 +00:00
..
chromium ast: Fix nullptr deref in Variable::info_to_str 2021-06-21 19:20:16 +00:00
dawn writer/hlsl: Simplify UBO accesses for static indexing 2021-07-13 12:18:13 +00:00
tint writer/hlsl: Use vector write helper for dynamic indices 2021-07-14 18:43:51 +00:00