..
atomic-decrement.asm.comp
Implement atomic increment/decrement in GLSL and HLSL.
2018-09-17 15:54:21 +02:00
atomic-increment.asm.comp
Implement atomic increment/decrement in GLSL and HLSL.
2018-09-17 15:54:21 +02:00
bitcast_iadd.asm.comp
Fix various corner cases with expression dependencies.
2016-07-12 14:50:23 +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
builtin-compute-bitcast.asm.comp
Bitcast loads from builtin compute variables.
2018-09-11 09:43:28 +02:00
global-parameter-name-alias.asm.comp
MSL: Fix naming issue of aliased global variables.
2018-08-27 09:59:55 +02:00
hlsl-functionality.asm.comp
Add test shader which uses counter buffer extension.
2018-04-04 12:56:34 +02:00
logical.asm.comp
Handle vector variants of OpLogicalAnd/Or/Not.
2017-03-20 22:45:40 +01:00
multiple-entry.asm.comp
Add support for multiple entry points.
2016-07-28 13:18:55 +02:00
quantize.asm.comp
Add support for OpQuantizeF16.
2016-05-31 16:56:15 +02:00
specialization-constant-workgroup.asm.comp
Only declare with specialization constant when in Vulkan semantics.
2017-09-28 12:24:04 +02:00
storage-buffer-basic.invalid.asm.comp
Add test shader for subgroup.
2018-04-11 10:29:47 +02:00
switch-break-ladder.asm.comp
Deal with switch cases which break out of a loop.
2018-09-18 10:50:48 +02:00