wgpu/naga/tests
Jamie Nicol cffc7933fd
[naga] Implement quantizeToF16 (#6519)
Implement WGSL frontend and WGSL, SPIR-V, HLSL, MSL, and GLSL
backends. WGSL and SPIR-V backends natively support the instruction.
MSL and HLSL emulate it by casting to f16 and back to f32. GLSL does
similar but must (mis)use (un)pack2x16 to do so.
2024-11-12 12:05:19 +01:00
..
in [naga] Implement quantizeToF16 (#6519) 2024-11-12 12:05:19 +01:00
out [naga] Implement quantizeToF16 (#6519) 2024-11-12 12:05:19 +01: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 test: add regr. cvg. for conflicting idents. in shader I/O and locals 2024-10-22 10:14:26 -04:00
spirv_capabilities.rs Add cfg_alias indirection to Naga's x_out features 2024-07-09 09:53:39 +02:00
validation.rs Fixes crash when there's a missing texture argument (#6486) 2024-11-07 16:35:36 +01:00
wgsl_errors.rs [naga spv-out] Spill arrays and matrices for runtime indexing. 2024-10-11 08:27:15 -07:00