Lines Matching defs:atom
1418 struct r300_atom* atom;1421 foreach_dirty_atom(r300, atom) {1422 if (atom->dirty) {1423 dwords += atom->size;1450 struct r300_atom *atom;1452 foreach_dirty_atom(r300, atom) {1453 if (atom->dirty) {1454 atom->emit(r300, atom->size, atom->state);1455 atom->dirty = FALSE;