dxvk/src/spirv
esullivan 33498eb512 [spirv] Emit the grad and const offset image ops in the correct order
Currently the grad and const offset image operand ids are emitted in the
incorrect order. This causes incorrect code gen if both the grad and const
offset image operands are used.

This fixes the compilation error found when running TopSpin 2k25 through
DXVK using the NVIDIA proprietary Vulkan driver.
2025-01-03 23:30:56 +01:00
..
meson.build [build] Cleanup build system. 2022-03-17 01:38:58 +00:00
spirv_code_buffer.cpp [spirv] Implement basic dead code elimination 2024-08-14 22:15:50 +02:00
spirv_code_buffer.h [spirv] Implement basic dead code elimination 2024-08-14 22:15:50 +02:00
spirv_compression.cpp [spirv] Implement faster in-memory compression for shaders 2022-04-11 02:55:12 +02:00
spirv_compression.h [spirv] Implement faster in-memory compression for shaders 2022-04-11 02:55:12 +02:00
spirv_include.h [meta] Use SPIRV-Headers repository as a submodule 2022-08-21 22:54:21 +02:00
spirv_instruction.h [meta] Use SPIRV-Headers repository as a submodule 2022-08-21 22:54:21 +02:00
spirv_module.cpp [spirv] Emit the grad and const offset image ops in the correct order 2025-01-03 23:30:56 +01:00
spirv_module.h [dxso] Don't emit FOrdNotEqual 2024-11-11 12:33:40 +01:00