wgpu/naga/tests
Jim Blandy e432980a73 [naga spv-out] Don't emit unreachable blocks that jump into loops.
When generating SPIR-V, avoid generating unreachable blocks following
statements like `break`, `return`, and so on that cause non-local
exits. These unreachable blocks can cause SPIR-V validation to fail.

Fixes #6220.
2024-10-03 21:07:18 -07:00
..
in [naga spv-out] Don't emit unreachable blocks that jump into loops. 2024-10-03 21:07:18 -07:00
out [naga spv-out] Don't emit unreachable blocks that jump into loops. 2024-10-03 21:07:18 -07:00
example_wgsl.rs [naga] Make the example_wgsl test build without wgsl-in feature. 2023-11-24 13:17:30 +01:00
root.rs [naga] Test CallResult and AtomicResult population. 2024-05-28 09:17:16 +02:00
snapshots.rs [naga spv-out] Don't emit unreachable blocks that jump into loops. 2024-10-03 21:07:18 -07:00
spirv_capabilities.rs Add cfg_alias indirection to Naga's x_out features 2024-07-09 09:53:39 +02:00
validation.rs [naga] Permit only structs as binding array elements. (#6333) 2024-09-27 17:00:21 -07:00
wgsl_errors.rs [wgsl-in, spv-out] Allow dynamic indexing of arrays by value. 2024-10-02 18:07:02 -07:00