Searched refs:has_msaa_sample_loc_bug (Results 1 – 3 of 3) sorted by relevance
114 bool has_msaa_sample_loc_bug; member
1018 if (sctx->screen->has_msaa_sample_loc_bug && in si_bind_rs_state()3212 bool has_msaa_sample_loc_bug = sctx->screen->has_msaa_sample_loc_bug; in si_emit_msaa_sample_locs() local3223 if (has_msaa_sample_loc_bug) in si_emit_msaa_sample_locs()3242 if (has_msaa_sample_loc_bug && in si_emit_msaa_sample_locs()
789 sscreen->has_msaa_sample_loc_bug = (sscreen->info.family >= CHIP_POLARIS10 && in radeonsi_screen_create()