Home
last modified time | relevance | path

Searched refs:enable_sample_locations (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_msaa.c95 if (!st->state.enable_sample_locations || in update_sample_locations()
103 } else if (st->state.enable_sample_locations) { in update_sample_locations()
107 st->state.enable_sample_locations = fb->ProgrammableSampleLocations; in update_sample_locations()
Dst_context.h232 bool enable_sample_locations; member