Lines Matching refs:atoms
216 const struct svga_tracked_state *atoms[],
234 * state atoms are ordered correctly in the list.
241 for (i = 0; atoms[i] != NULL; i++) {
244 assert(atoms[i]->dirty);
245 assert(atoms[i]->update);
247 if (check_state(*state, atoms[i]->dirty)) {
249 debug_printf("update: %s\n", atoms[i]->name);
250 ret = atoms[i]->update( svga, *state );
262 atoms[i]->name);
267 accumulate_state(&examined, atoms[i]->dirty);
271 for (i = 0; atoms[i] != NULL; i++) {
272 if (check_state(*state, atoms[i]->dirty)) {
273 ret = atoms[i]->update( svga, *state );