SPIRV-Cross/reference/opt/shaders/vulkan/comp
Hans-Kristian Arntzen 480acdad18 Deal with OpSpecConstantOp used as array size.
When trying to validate buffer sizes, we usually need to bail out when
using SpecConstantOps, but for some very specific cases where we allow
unsized arrays currently, we can safely allow "unknown" sized arrays as
well.

This is probably the best we can do, when we have even more difficult
cases than this, we throw a more sensible error message.
2018-11-01 14:58:02 +01:00
..
spec-constant-op-member-array.vk.comp Deal with OpSpecConstantOp used as array size. 2018-11-01 14:58:02 +01:00
spec-constant-op-member-array.vk.comp.vk Deal with OpSpecConstantOp used as array size. 2018-11-01 14:58:02 +01:00
spec-constant-work-group-size.vk.comp Add test case for local_size_x_id and some complex cases. 2018-11-01 11:23:48 +01:00
spec-constant-work-group-size.vk.comp.vk Add test case for local_size_x_id and some complex cases. 2018-11-01 11:23:48 +01:00
subgroups.nocompat.invalid.vk.comp.vk Add test shader for subgroup. 2018-04-11 10:29:47 +02:00