SPIRV-Cross/reference/shaders/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
..
atomic.comp Do not add dependencies for variables loaded from UniformConstant. 2016-04-01 19:58:26 +02:00
bake_gradient.comp Roll deps. 2020-07-06 11:24:30 -04:00
barriers.comp Don't emit memoryBarrierShared() in workgroup control barriers. 2019-12-04 15:06:19 +01:00
basic.comp Emit readonly, writeonly for SSBOs. 2017-01-21 10:08:27 +01:00
casts.comp Handle SPIR-V 1.4 selection constructs. 2021-06-28 12:23:44 +02:00
cfg-preserve-parameter.comp Analyze parameter preservation for functions. 2017-03-25 16:25:30 +01:00
cfg.comp Roll deps and update tests. 2020-06-22 09:33:29 -04:00
coherent-block.comp Add test shader for coherent SSBO. 2017-08-28 09:02:08 +02:00
coherent-image.comp Add restrict qualifier for images. 2017-08-29 15:54:22 +02:00
composite-array-initialization.comp Rewrite how IDs are iterated over. 2019-01-10 12:52:56 +01:00
composite-construct.comp Rewrite how IDs are iterated over. 2019-01-10 12:52:56 +01:00
culling.comp Emit readonly, writeonly for SSBOs. 2017-01-21 10:08:27 +01:00
defer-parens.comp Add more dedicated test shader for defer-parens. 2016-12-08 09:05:30 +01:00
dowhile.comp Emit readonly, writeonly for SSBOs. 2017-01-21 10:08:27 +01:00
generate_height.comp Do not eagerly invalidate all active variables on a branch. 2019-07-24 11:17:30 +02:00
image.comp Fix declaration of coherent images. 2017-08-29 15:52:59 +02:00
insert.comp Emit readonly, writeonly for SSBOs. 2017-01-21 10:08:27 +01:00
mat3.comp Emit readonly, writeonly for SSBOs. 2017-01-21 10:08:27 +01:00
mod.comp Emit readonly, writeonly for SSBOs. 2017-01-21 10:08:27 +01:00
modf.comp Emit readonly, writeonly for SSBOs. 2017-01-21 10:08:27 +01:00
outer-product.comp MSL/HLSL: Support OpOuterProduct. 2019-07-01 10:57:27 +02:00
read-write-only.comp Emit readonly, writeonly for SSBOs. 2017-01-21 10:08:27 +01:00
rmw-matrix.comp Do not use RMW rewrite for matrices. 2018-05-04 10:35:56 +02:00
rmw-opt.comp Add regression test for RMW optimizations. 2017-09-06 09:20:55 +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 Don't emit memoryBarrierShared() in workgroup control barriers. 2019-12-04 15:06:19 +01:00
ssbo-array-length.comp GLSL: Return correct sign for OpArrayLength. 2019-05-07 19:02:32 +02:00
ssbo-array.comp Add array-of-SSBO test. 2016-03-22 14:49:43 +01:00
struct-layout.comp Emit readonly, writeonly for SSBOs. 2017-01-21 10:08:27 +01:00
struct-packing.comp GLSL: Be more aggressive about using type_alias. 2020-07-29 12:48:41 +02:00
torture-loop.comp Emit readonly, writeonly for SSBOs. 2017-01-21 10:08:27 +01:00
type-alias.comp Defer parenthesis generation until needed. 2016-12-05 10:56:54 +01:00
udiv.comp Defer parenthesis generation until needed. 2016-12-05 10:56:54 +01:00