SPIRV-Cross/shaders/asm/comp
Chip Davis 06ef3de002 GLSL, MSL: Handle OpUndef as part of a constant composite.
Fixes the CTS test
`dEQP-VK.spirv_assembly.instruction.compute.opundef.undefined_constant_composite`
and helps with another,
`dEQP-VK.spirv_assembly.instruction.compute.opundef.undefined_spec_constant_composite`.
Unfortunately, fixing the latter requires another change.
2022-11-20 02:08:33 -08:00
..
atomic-decrement.asm.comp Implement atomic increment/decrement in GLSL and HLSL. 2018-09-17 15:54:21 +02:00
atomic-increment.asm.comp Implement atomic increment/decrement in GLSL and HLSL. 2018-09-17 15:54:21 +02:00
bitcast_iadd.asm.comp Fix various corner cases with expression dependencies. 2016-07-12 14:50:23 +02:00
bitcast_icmp.asm.comp HLSL: Fix unrolled S/G LE/LT/GE/GT opcodes. 2019-10-14 16:08:39 +02:00
bitcast_iequal.asm.comp Implement more correct integer op handling. 2016-05-13 15:23:33 +02:00
bitcast_sar.asm.comp Implement more correct integer op handling. 2016-05-13 15:23:33 +02:00
bitcast_sdiv.asm.comp Implement more correct integer op handling. 2016-05-13 15:23:33 +02:00
bitcast_slr.asm.comp Implement more correct integer op handling. 2016-05-13 15:23:33 +02:00
block-name-alias-global.asm.comp Use correct block-name / other-name aliasing rules. 2019-01-04 15:02:54 +01:00
builtin-compute-bitcast.asm.comp Bitcast loads from builtin compute variables. 2018-09-11 09:43:28 +02:00
control-flow-hints.asm.comp GLSL: Implement control flow hints. 2021-06-03 12:01:49 +02:00
decoration-group.asm.comp Parser: Handle group decorations. 2018-11-15 10:51:52 +01:00
global-parameter-name-alias.asm.comp MSL: Fix naming issue of aliased global variables. 2018-08-27 09:59:55 +02:00
hlsl-functionality.asm.comp Update to latest glslang/SPIRV-Tools. 2019-01-30 13:41:57 +01:00
logical.asm.comp Handle vector variants of OpLogicalAnd/Or/Not. 2017-03-20 22:45:40 +01:00
multiple-entry.asm.comp Update to latest glslang/SPIRV-Tools. 2019-01-30 13:41:57 +01:00
nmin-max-clamp.asm.comp GLSL/HLSL: Implement NMin/NMax/NClamp. 2019-03-21 15:26:46 +01:00
nmin-max-clamp.relax-nan.asm.comp Add relax_nan_checks options. 2022-03-03 14:50:56 +01:00
op-phi-swap.asm.comp Fix case where OpPhi is used to swap values. 2019-01-07 13:54:16 +01:00
quantize.asm.comp Add support for OpQuantizeF16. 2016-05-31 16:56:15 +02:00
recompile-block-naming.asm.comp GLSL: Fix block name shenanigans in edge cases. 2019-02-13 16:39:59 +01:00
specialization-constant-workgroup.asm.comp Only declare with specialization constant when in Vulkan semantics. 2017-09-28 12:24:04 +02:00
switch-break-ladder.asm.invalid.comp Update dependencies. 2022-09-02 14:58:04 +02:00
undefined-constant-composite.asm.comp GLSL, MSL: Handle OpUndef as part of a constant composite. 2022-11-20 02:08:33 -08:00