ac/nir,radv: move force_persample to ac_shader_info::force_persample
[mesa.git] / src / amd / common / ac_shader_info.h
index 5bc16cc9d0276f073fd550371ed819172f708210..965ad542a2acb926d06970120e282eb8f08f8447 100644 (file)
@@ -36,6 +36,7 @@ struct ac_shader_info {
                bool needs_instance_id;
        } vs;
        struct {
+               bool force_persample;
                bool needs_sample_positions;
        } ps;
        struct {