nir/lower_amul: Add a variable mode check
[mesa.git] / src / compiler / shader_info.h
index 57b0eabd79a0fda81b1cc846aa5e88c21e265136..c4294b3b1406876b599b5cd40eb90387e5ac7da6 100644 (file)
@@ -42,7 +42,9 @@ struct spirv_supported_capabilities {
    bool descriptor_indexing;
    bool device_group;
    bool draw_parameters;
+   bool float32_atomic_add;
    bool float64;
+   bool float64_atomic_add;
    bool fragment_shader_sample_interlock;
    bool fragment_shader_pixel_interlock;
    bool geometry_streams;