Lines Matching refs:dirty
244 assert(atoms[i]->dirty);
247 if (check_state(*state, atoms[i]->dirty)) {
267 accumulate_state(&examined, atoms[i]->dirty);
272 if (check_state(*state, atoms[i]->dirty)) {
299 svga->dirty |= SVGA_NEW_TEXTURE;
303 svga->dirty |= svga->state.dirty[i];
305 if (svga->dirty) {
308 &svga->dirty );
312 svga->state.dirty[i] = 0;
317 svga->state.dirty[i] |= svga->dirty;
319 svga->dirty = 0;
446 uint64_t compute_dirty = svga->dirty;
452 /* Set the dirty flag to the remaining dirty bits which are
455 svga->dirty = compute_dirty;