SPIRV-Cross/reference/shaders/asm/frag
2018-03-24 01:53:49 +01:00
..
composite-construct-struct-no-swizzle.asm.frag Do not merge swizzles for anything other than vectors. 2018-01-22 09:52:57 +01:00
default-member-names.asm.frag Add test for default member names. 2017-07-29 21:58:37 +02:00
frem.asm.frag Add OpFRem tests. 2018-02-15 13:36:59 +01:00
function-overload-alias.asm.frag Handle overloaded functions which share the same OpName. 2018-02-23 14:15:51 +01:00
hlsl-sample-cmp-level-zero-cube.asm.frag Support SampleCmpLevelZero on cubes as well. 2017-07-24 09:28:24 +02:00
hlsl-sample-cmp-level-zero.asm.frag Implement workaround for textureLod on 2D array shadow. 2017-06-23 09:45:42 +02:00
image-fetch-no-sampler.asm.vk.frag Add test for texelFetch without sampler. 2018-02-21 13:45:59 +01:00
image-fetch-no-sampler.asm.vk.frag.vk Rewrite everything to use Bitset rather than uint64_t. 2018-03-12 13:24:14 +01:00
implicit-read-dep-phi.asm.frag Add test shader where a phi variable invalidates a temporary. 2018-03-09 14:42:26 +01:00
invalidation.asm.frag Implement workaround for textureLod on 2D array shadow. 2017-06-23 09:45:42 +02:00
loop-body-dominator-continue-access.asm.frag Add test for continue block lifting. 2017-12-05 17:44:52 +01:00
loop-header-to-continue.asm.frag Emit complex continue blocks "properly". 2018-03-08 17:59:21 +01:00
loop-merge-to-continue.asm.frag Add some test shaders for special merge methods. 2018-03-08 16:48:50 +01:00
multi-for-loop-init.asm.frag Do not use inline for-loop initializers with different types. 2018-01-16 10:27:58 +01:00
op-constant-null.asm.frag Support OpConstantNull. 2017-08-03 14:32:29 +02:00
phi-loop-variable.asm.frag Fix CFG for forwarded temporaries. 2018-01-18 12:11:33 +01:00
sampler-buffer-without-sampler.asm.frag Rewrite everything to use Bitset rather than uint64_t. 2018-03-12 13:24:14 +01:00
selection-merge-to-continue.asm.frag Add some test shaders for special merge methods. 2018-03-08 16:48:50 +01:00
struct-composite-extract-swizzle.asm.frag Do not allow base expressions when extracting struct members. 2017-11-20 21:32:13 +01:00
switch-merge-to-continue.asm.frag Add some test shaders for special merge methods. 2018-03-08 16:48:50 +01:00
temporary-name-alias.asm.frag Fix name aliasing for temporary variables. 2018-03-24 01:53:49 +01:00
temporary-phi-hoisting.asm.frag Fix CFG for forwarded temporaries. 2018-01-18 12:11:33 +01:00
undef-variable-store.asm.frag Fix edge-case where do/while body is a dominator. 2017-08-02 11:58:24 +02:00
unreachable.asm.frag Fix CFG::update_common_dominator. 2018-01-24 20:32:11 +01:00
vector-shuffle-oom.asm.frag Expand the implementation of inherit_expression_dependencies. 2018-03-09 13:21:38 +01:00