ac/shader: scan info about output PS declarations
[mesa.git] / src / amd / common / ac_nir_to_llvm.h
index 9332531ce338dd878642cc65326dc14d42711b18..8c925141a09b2f118324b4acbeceb06683c0bc73 100644 (file)
@@ -179,9 +179,6 @@ struct ac_shader_variant_info {
                        uint32_t flat_shaded_mask;
                        bool has_pcoord;
                        bool can_discard;
-                       bool writes_z;
-                       bool writes_stencil;
-                       bool writes_sample_mask;
                        bool early_fragment_test;
                        bool prim_id_input;
                        bool layer_input;