SPIRV-Cross/reference/shaders/asm/comp
Hans-Kristian Arntzen 6aa2007cba Deal better with OpName and OpMemberName which alias.
OpName is only for debug information, so we must be very careful that
we do not reuse the same name for different variables.

This was previously done for local variables, but this commit extends
this to global variables as well.
2016-05-23 13:19:41 +02:00
..
bitcast_iadd.asm.comp Implement more correct integer op handling. 2016-05-13 15:23:33 +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
bitcast_udiv.asm.comp Implement more correct integer op handling. 2016-05-13 15:23:33 +02:00
name-alias.asm.comp Deal better with OpName and OpMemberName which alias. 2016-05-23 13:19:41 +02:00