SPIRV-Cross/reference/shaders-no-opt/asm/comp
Hans-Kristian Arntzen aac6885950 GLSL: Be more aggressive about using type_alias.
To facilitate an improved linking-by-name use case for older GL,
we will be more aggressive about merging struct definitions, even for
rather unrelated cases where we don't strictly need to use type aliases.
2020-07-29 12:48:41 +02: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 GLSL: Be more aggressive about using type_alias. 2020-07-29 12:48:41 +02:00
arithmetic-conversion-signs.asm.nocompat.vk.comp.vk Fix sign handling for S/UToF. 2019-11-28 13:55:28 +01:00
atomic-load-store.asm.comp Implement OpAtomicLoad/OpAtomicStore. 2020-04-27 12:11:46 +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
bitcast-fp16-fp32.asm.vk.comp GLSL: Support f16x2 <-> f32 bitcast. 2020-04-21 23:27:33 +02:00
bitcast-fp16-fp32.asm.vk.comp.vk GLSL: Support f16x2 <-> f32 bitcast. 2020-04-21 23:27:33 +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-atomic-nonuniform.vk.nocompat.asm.comp.vk GLSL/HLSL: Fix nonuniform qualifier for SSBO atomics. 2020-03-19 12:05:27 +01: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
copy-logical.spv14.asm.comp Basic implementation of OpCopyLogical. 2020-01-06 11:47:26 +01:00
extended-debug-extinst.invalid.asm.comp Move .invalid. test shaders to the more appropriate subfolders. 2019-11-06 10:40:37 +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
image-atomic-nonuniform.vk.nocompat.asm.comp.vk GLSL/HLSL: Implement nonuniform qualifier for image atomics. 2020-03-19 11:35:29 +01:00
loop-variable-with-initializer.asm.comp Fix duplicated initialization for loop variables with initializers. 2020-06-19 10:51:00 +02:00
phi-temporary-copy-loop-variable.asm.invalid.comp Roll SPIRV-Tools, SPIRV-Headers and GLSLang 2019-12-02 16:17:21 -05: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
storage-buffer-basic.invalid.asm.comp Move .invalid. test shaders to the more appropriate subfolders. 2019-11-06 10:40:37 +01:00