SPIRV-Cross/reference/shaders-msl-no-opt/asm/comp
Hans-Kristian Arntzen a0c13e4ee8 Do not consider aliased struct types if the master is not a block.
It is possible for a shader to declare two plain struct types which
simply share the same OpName without there being an implicit
value/buffer alias relationship.

For to_member_name(), make sure to use the type alias master when
resolving member names. The member name may be different in a type alias
master if the SPIR-V is being intentionally difficult.
2019-10-07 10:52:16 +02:00
..
aliased-struct-divergent-member-name.asm.comp Do not consider aliased struct types if the master is not a block. 2019-10-07 10:52:16 +02:00
arithmetic-conversion-signs.asm.comp Deal with mismatched signs in S/U/F conversion opcodes. 2019-04-10 14:03:58 +02:00
atomic-result-temporary.asm.comp MSL: Handle coherent, volatile, and restrict. 2019-07-11 10:22:30 -05:00
bitfield-signed-operations.asm.comp Deal correctly with sign on bitfield operations. 2019-08-26 11:36:36 +02:00
bitscan.asm.comp Update tests to account for all non-entry-point functions being inlined 2019-08-30 09:39:06 +12:00
constant-composite-undef.asm.comp Parser: Fix OpCompositeConstruct with OpUndef. 2019-03-27 10:51:23 +01:00
glsl-signed-operations.asm.comp Update tests to account for all non-entry-point functions being inlined 2019-08-30 09:39:06 +12:00
glsl.std450.frexp-modf-struct.asm.comp Test glsl.std450 more exhaustively. 2019-07-17 11:53:05 +02:00
storage-buffer-pointer-argument.asm.comp Update tests to account for all non-entry-point functions being inlined 2019-08-30 09:39:06 +12:00
variable-pointers.asm.comp Update tests to account for all non-entry-point functions being inlined 2019-08-30 09:39:06 +12:00