spirv: Add initial subgroup support
[mesa.git] / src / compiler / shader_info.h
index 2fcbde74bee7ef876628b5c7a59d9cef013697f6..0ba32349d0329a1ab98b72d481049d629f6164e4 100644 (file)
@@ -36,6 +36,7 @@ struct spirv_supported_capabilities {
    bool float64;
    bool image_ms_array;
    bool tessellation;
+   bool device_group;
    bool draw_parameters;
    bool image_read_without_format;
    bool image_write_without_format;
@@ -44,6 +45,7 @@ struct spirv_supported_capabilities {
    bool variable_pointers;
    bool storage_16bit;
    bool shader_viewport_index_layer;
+   bool subgroup_basic;
 };
 
 typedef struct shader_info {