SPIRV-Cross/shaders-hlsl/comp
Hans-Kristian Arntzen a7eefbc114 HLSL: Disable FXC testing for rayquery shaders.
Manually tested that it compiles on DXC.
2022-03-22 12:34:43 +01:00
..
access-chain-load-composite.comp HLSL: Support loading complex composites from ByteAddressBuffer. 2020-01-08 13:05:56 +01:00
access-chains.comp Add some access chain tests. 2017-08-15 10:23:04 +02:00
access-chains.force-uav.comp HLSL: Add option to always treat SSBO as UAV, even with readonly. 2020-03-04 16:42:31 +01:00
address-buffers.comp Add test for ByteAddressBuffer vs. RWByteAddressBuffer. 2017-08-15 09:39:45 +02:00
atomic.comp Add some HLSL tests for atomics and image load store. 2017-10-24 09:55:25 +02:00
barriers.comp Add more exhaustive test for barrier handling. 2018-01-09 12:26:46 +01:00
builtins.comp Add WorkGroupID/NumWorkGroups to MSL. Fix block name alias. 2017-09-29 12:16:53 +02:00
composite-array-initialization.comp Add composite array test shaders for GLSL and HLSL as well. 2018-09-10 10:21:08 +02:00
globallycoherent.comp Support globallycoherent in HLSL. 2018-06-25 10:04:25 +02:00
image.comp Fix compatibility with FXC. 2017-12-12 12:35:22 +01:00
image.nonwritable-uav-texture.comp HLSL: Add support for treating NonWritable UAV texture as SRV instead. 2020-04-03 11:50:50 +02:00
inverse.comp Implement MatrixInverse on HLSL. 2018-02-23 16:42:40 +01:00
num-workgroups-alone.comp Support gl_NumWorkgroups in HLSL. 2018-02-05 10:29:20 +01:00
num-workgroups-with-builtins.comp Support gl_NumWorkgroups in HLSL. 2018-02-05 10:29:20 +01:00
outer-product.comp MSL/HLSL: Support OpOuterProduct. 2019-07-01 10:57:27 +02:00
rayquery.nofxc.fxconly.comp HLSL: Disable FXC testing for rayquery shaders. 2022-03-22 12:34:43 +01:00
rmw-matrix.comp Do not use RMW rewrite for matrices. 2018-05-04 10:35:56 +02:00
rwbuffer-matrix.comp Add test for row/col-major matrix read/write for HLSL. 2017-10-26 17:40:45 +02:00
scalar-std450-distance-length-normalize.comp Deal with scalar input values for distance/length/normalize. 2019-06-28 11:20:14 +02:00
shared.comp Add GroupSync() in HLSL. 2017-10-24 09:55:25 +02:00
spec-constant-op-member-array.comp Deal with OpSpecConstantOp used as array size. 2018-11-01 14:58:02 +01:00
spec-constant-work-group-size.comp HLSL: Complete support for combined image samplers in legacy. 2018-11-12 09:59:39 +01:00
ssbo-array-length.comp HLSL: Support OpArrayLength. 2019-05-07 15:53:41 +02:00
ssbo-array.comp Add some access chain tests. 2017-08-15 10:23:04 +02:00