Searched refs:get_dirty (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_vtbl.c375 get_dirty(struct i830_hw_state *state) function
383 GLuint dirty = get_dirty(state);
442 dirty = get_dirty(state);
473 dirty = get_dirty(state);
475 assert(get_dirty(state) == 0);
564 assert(get_dirty(state) == 0);
867 assert(!get_dirty(&i830->state));
H A Di915_vtbl.c229 get_dirty(struct i915_hw_state *state) function
247 GLuint dirty = get_dirty(state);
318 dirty = get_dirty(state);
354 dirty = get_dirty(state);
356 assert(get_dirty(state) == 0);
504 assert(get_dirty(state) == 0);
845 GLuint dirty = get_dirty(&i915->state);

Completed in 482 milliseconds