SPIRV-Cross/reference/shaders-no-opt/asm/comp
Hans-Kristian Arntzen e2155053c5 Fix broken access tracking for OpFunctionCall results.
We were looking at args[1] after incrementing args array, not before,
which means we tracked garbage.
This is also an out-of-bounds hazard.
2019-10-29 11:13:39 +01:00
..
access-chain-dominator-in-loop-body-2.asm.comp Force complex loop in certain rare access chain scenarios. 2019-04-10 16:02:03 +02:00
access-chain-dominator-in-loop-body.asm.comp Force complex loop in certain rare access chain scenarios. 2019-04-10 16:02:03 +02:00
access-tracking-function-call-result.asm.comp Fix broken access tracking for OpFunctionCall results. 2019-10-29 11:13:39 +01: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.nocompat.vk.comp.vk Deal with mismatched signs in S/U/F conversion opcodes. 2019-04-10 14:03:58 +02:00
atomic-result-temporary.asm.comp Fix infinite loop when OpAtomic* temporaries are used in other blocks. 2019-04-24 09:33:39 +02:00
bitfield-signed-operations.asm.comp Deal correctly with sign on bitfield operations. 2019-08-26 11:36:36 +02:00
bitscan.asm.comp Deal correctly with return sign of bitscan operations. 2019-07-12 10:57:56 +02:00
buffer-reference-synthesized-pointer-2.asm.nocompat.vk.comp.vk GLSL: Implement GL_EXT_buffer_reference. 2019-04-26 11:43:51 +02:00
buffer-reference-synthesized-pointer.asm.nocompat.vk.comp.vk GLSL: Implement GL_EXT_buffer_reference. 2019-04-26 11:43:51 +02:00
constant-composite-undef.asm.comp Parser: Fix OpCompositeConstruct with OpUndef. 2019-03-27 10:51:23 +01:00
glsl-signed-operations.asm.comp Properly deal with sign-dependent GLSL opcodes. 2019-03-27 12:20:53 +01:00
glsl.std450.frexp-modf-struct.asm.comp Test glsl.std450 more exhaustively. 2019-07-17 11:53:05 +02:00
spec-constant-op-convert-sign.asm.comp Deal with mismatched signs in S/U/F conversion opcodes. 2019-04-10 14:03:58 +02:00