yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

ArielG-NVDocument why failing VVL coop-vec tests cannot be enabled & minor cleanup/bug-fix (#7754)439e025c1

master
2.3 KiB41 linesraw
1tests/bugs/byte-address-buffer-interlocked-add-f32.slang (vk)
2tests/cooperative-vector/array.slang (vk)
3tests/cooperative-vector/inout.slang (vk)
4tests/cooperative-vector/load-store-arbitrary-array-vec.slang (vk)
5tests/cooperative-vector/load-store-arbitrary-array.slang (vk)
6tests/cooperative-vector/load-store-groupshared.slang (vk)
7tests/cooperative-vector/load-store-rwbyteaddressbuffer.slang (vk)
8tests/cooperative-vector/load-store-rwstructuredbuffer.slang (vk)
9tests/cooperative-vector/matrix-mul-bias-mut.slang (vk)
10tests/cooperative-vector/matrix-mul-bias-packed-mut.slang (vk)
11tests/cooperative-vector/matrix-mul-bias-packed.slang (vk)
12tests/cooperative-vector/matrix-mul-bias-rw-packed.slang (vk)
13tests/cooperative-vector/matrix-mul-bias-rw.slang (vk)
14tests/cooperative-vector/matrix-mul-bias-rwbyteaddress-packed.slang (vk)
15tests/cooperative-vector/matrix-mul-bias-structuredbuffer-packed.slang (vk)
16tests/cooperative-vector/matrix-mul-bias.slang (vk)
17tests/cooperative-vector/matrix-mul-byteaddress.slang (vk)
18tests/cooperative-vector/matrix-mul-mut.slang (vk)
19tests/cooperative-vector/matrix-mul-packed-mut.slang (vk)
20tests/cooperative-vector/matrix-mul-packed.slang (vk)
21tests/cooperative-vector/matrix-mul-rw-packed.slang (vk)
22tests/cooperative-vector/matrix-mul-rw.slang (vk)
23tests/cooperative-vector/matrix-mul-rwbyteaddress-packed.slang (vk)
24tests/cooperative-vector/matrix-mul-structuredbuffer-packed.slang (vk)
25tests/cooperative-vector/matrix-mul.slang (vk)
26tests/cooperative-vector/out.slang (vk)
27tests/cooperative-vector/outer-product-structuredbuffer.slang (vk)
28tests/cooperative-vector/outer-product.slang (vk)
29tests/cooperative-vector/parameter.slang (vk)
30tests/cooperative-vector/reduce-sum-accumulate-structuredbuffer.slang (vk)
31tests/cooperative-vector/reduce-sum-accumulate.slang (vk)
32tests/cooperative-vector/return.slang (vk)
33tests/cooperative-vector/struct.slang (vk)
34tests/cooperative-vector/subscript-in-func.slang (vk)
35tests/cooperative-vector/variadic-init.slang (vk)
36tests/hlsl-intrinsic/texture/float-atomics.slang (vk)
37tests/ir/loop-unroll-0.slang.1 (vk)
38tests/language-feature/saturated-cooperation/fuse3.slang (vk)
39tests/language-feature/saturated-cooperation/fuse-product.slang (vk)
40tests/language-feature/saturated-cooperation/fuse.slang (vk)
41tests/language-feature/saturated-cooperation/simple.slang (vk)