spirv: make OpLoad/OpStore visibility/availablity barriers acquire/release
[mesa.git] / src / compiler / shader_info.h
index 760bc5556cbee826e257bfbbb78e84b868665c20..eeb1cb0a79101271e597a8415a57f655c9768924 100644 (file)
@@ -57,6 +57,8 @@ struct spirv_supported_capabilities {
    bool int64_atomics;
    bool integer_functions2;
    bool kernel;
+   bool kernel_image;
+   bool literal_sampler;
    bool min_lod;
    bool multiview;
    bool physical_storage_buffer_address;