SPIRV-Cross/shaders-msl/asm/comp
Hans-Kristian Arntzen 87de951105 MSL: Fix naming issue of aliased global variables.
When the name of an alias global variable collides with a global
declaration, MSL would emit inconsistent names, sometimes with the
naming fix, sometimes without, because names were being tracked in two
separate meta blocks. Fix this by always redirecting parameter naming to
the original base variable as necessary.
2018-08-27 09:59:55 +02:00
..
bitcast_iadd.asm.comp Enhancements to MSL compute and entry point naming. 2017-11-05 21:34:42 -05:00
bitcast_sar.asm.comp Enhancements to MSL compute and entry point naming. 2017-11-05 21:34:42 -05:00
bitcast_sdiv.asm.comp Enhancements to MSL compute and entry point naming. 2017-11-05 21:34:42 -05:00
bitcast_slr.asm.comp Enhancements to MSL compute and entry point naming. 2017-11-05 21:34:42 -05:00
global-parameter-name-alias.asm.comp MSL: Fix naming issue of aliased global variables. 2018-08-27 09:59:55 +02:00
multiple-entry.asm.comp Enhancements to MSL compute and entry point naming. 2017-11-05 21:34:42 -05:00
quantize.asm.comp Enhancements to MSL compute and entry point naming. 2017-11-05 21:34:42 -05:00
specialization-constant-workgroup.asm.comp Add SPVASM testing support for HLSL/MSL. 2017-09-29 11:07:11 +02:00
storage-buffer-basic.invalid.asm.comp Add test shader for subgroup. 2018-04-11 10:29:47 +02:00