Lines Matching refs:i915
44 struct i915_context *i915 = i915_context(pipe); in i915_flush_pipe() local
49 if (!fence && i915->batch && (i915->batch->map == i915->batch->ptr)) { in i915_flush_pipe()
60 void i915_init_flush_functions( struct i915_context *i915 ) in i915_init_flush_functions() argument
62 i915->base.flush = i915_flush_pipe; in i915_init_flush_functions()
69 void i915_flush(struct i915_context *i915, struct pipe_fence_handle **fence) in i915_flush() argument
71 struct i915_winsys_batchbuffer *batch = i915->batch; in i915_flush()
74 i915->vbo_flushed = 1; in i915_flush()
75 i915->hardware_dirty = ~0; in i915_flush()
76 i915->immediate_dirty = ~0; in i915_flush()
77 i915->dynamic_dirty = ~0; in i915_flush()
78 i915->static_dirty = ~0; in i915_flush()
80 i915->flush_dirty = 0; in i915_flush()
81 i915->fired_vertices += i915->queued_vertices; in i915_flush()
82 i915->queued_vertices = 0; in i915_flush()