SPIRV-Cross/reference/shaders-hlsl/asm/comp
Hans-Kristian Arntzen 8216e87f02 Handle SPIR-V 1.4 selection constructs.
Fix bug in to_trivial_mix_op, where we made a pre-1.4 assumption that
component count of selector is equal to value component count.
2021-06-28 12:23:44 +02:00
..
access-chain-invalidate.asm.comp Properly track read dependencies for UAV access chain. 2018-07-09 14:02:50 +02:00
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_icmp.asm.comp Handle SPIR-V 1.4 selection constructs. 2021-06-28 12:23:44 +02:00
block-name-alias-global.asm.comp GLSL: Be more aggressive about using type_alias. 2020-07-29 12:48:41 +02:00
control-flow-hints.asm.comp Support branch/loop hints in HLSL. 2018-06-25 10:33:13 +02:00
global-parameter-name-alias.asm.comp MSL: Fix naming issue of aliased global variables. 2018-08-27 09:59:55 +02:00
nmin-max-clamp.asm.comp GLSL/HLSL: Implement NMin/NMax/NClamp. 2019-03-21 15:26:46 +01:00