Home
last modified time | relevance | path

Searched refs:has_msaa_sample_loc_bug (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h114 bool has_msaa_sample_loc_bug; member
Dsi_state.c1018 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() local
3223 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()
Dsi_pipe.c789 sscreen->has_msaa_sample_loc_bug = (sscreen->info.family >= CHIP_POLARIS10 && in radeonsi_screen_create()