SPIRV-Cross/reference/shaders-hlsl-no-opt/asm/comp
Hans-Kristian Arntzen 6a614cc7f7 Normalize all internal workaround methods to use spv prefix.
We have been interchanging spv and SPIRV_Cross_ for a while, which
causes weirdness since we don't explicitly ban SPIRV_Cross identifiers,
as these identifiers are generally used for interface variable
workarounds.
2020-11-23 15:42:27 +01:00
..
access-chain-load-store-composite.asm.comp HLSL: Fix bug when reading and writing structs from SSBO. 2020-01-08 14:27:02 +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
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
bitfield-signed-operations.asm.comp Normalize all internal workaround methods to use spv prefix. 2020-11-23 15:42:27 +01:00
bitscan.asm.comp Deal correctly with return sign of bitscan operations. 2019-07-12 10:57:56 +02:00
buffer-atomic-nonuniform.asm.sm51.nonuniformresource.comp GLSL/HLSL: Fix nonuniform qualifier for SSBO atomics. 2020-03-19 12:05:27 +01:00
constant-composite-undef.asm.comp HLSL: Declare undef variables as static. 2020-02-08 13:39:50 +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.fxconly.asm.comp Test glsl.std450 more exhaustively. 2019-07-17 11:53:05 +02:00
image-atomic-nonuniform.asm.sm51.nonuniformresource.comp GLSL/HLSL: Implement nonuniform qualifier for image atomics. 2020-03-19 11:35:29 +01:00
specialization-constant-workgroup.nofxc.asm.comp Update tests. 2018-11-01 11:23:48 +01:00
storage-buffer-basic.invalid.nofxc.asm.comp Move .invalid. test shaders to the more appropriate subfolders. 2019-11-06 10:40:37 +01:00