ac/shader: scan info about output PS declarations
[mesa.git] / src / amd / common / ac_shader_info.h
index 380c06a855140130e57e6952e24fe37d11d95466..7f87582930ccc8c158dba8659b9f5aaa90d78bfb 100644 (file)
@@ -46,6 +46,9 @@ struct ac_shader_info {
                bool needs_sample_positions;
                bool uses_input_attachments;
                bool writes_memory;
+               bool writes_z;
+               bool writes_stencil;
+               bool writes_sample_mask;
        } ps;
        struct {
                bool uses_grid_size;