SPIRV-Cross/reference/opt/shaders/asm/comp
Hans-Kristian Arntzen 9728f9c1b7 Use correct block-name / other-name aliasing rules.
A block name cannot alias with any name in its own scope,
and it cannot alias with any other "global" name.

To solve this, we need to complicate the name cache updates a little bit
where we have a "primary" namespace and "secondary" namespace.
2019-01-04 15:02:54 +01:00
..
atomic-decrement.asm.comp Update glslang and SPIRV-Tools. 2018-09-27 11:10:22 +02:00
atomic-increment.asm.comp Update glslang and SPIRV-Tools. 2018-09-27 11:10:22 +02:00
bitcast_iadd.asm.comp Add reference output for --opt. 2017-11-23 09:50:11 +01:00
bitcast_iequal.asm.comp Expand the implementation of inherit_expression_dependencies. 2018-03-09 13:21:38 +01:00
bitcast_sar.asm.comp Expand the implementation of inherit_expression_dependencies. 2018-03-09 13:21:38 +01:00
bitcast_sdiv.asm.comp Expand the implementation of inherit_expression_dependencies. 2018-03-09 13:21:38 +01:00
bitcast_slr.asm.comp Expand the implementation of inherit_expression_dependencies. 2018-03-09 13:21:38 +01: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
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 Add test shader which uses counter buffer extension. 2018-04-04 12:56:34 +02:00
logical.asm.comp Add reference output for --opt. 2017-11-23 09:50:11 +01:00
multiple-entry.asm.comp Add reference output for --opt. 2017-11-23 09:50:11 +01:00
quantize.asm.comp Add reference output for --opt. 2017-11-23 09:50:11 +01:00
specialization-constant-workgroup.asm.comp Update tests. 2018-11-01 11:23:48 +01:00
storage-buffer-basic.invalid.asm.comp Update tests. 2018-11-01 11:23:48 +01:00
switch-break-ladder.asm.comp Deal with switch cases which break out of a loop. 2018-09-18 10:50:48 +02:00