Lines Matching refs:i915
43 struct i915_context *i915 = i915_context(pipe); in i915_flush_pipe() local
46 if (!i915->batch) in i915_flush_pipe()
52 if (!fence && (i915->batch->map == i915->batch->ptr)) { in i915_flush_pipe()
65 i915_init_flush_functions(struct i915_context *i915) in i915_init_flush_functions() argument
67 i915->base.flush = i915_flush_pipe; in i915_init_flush_functions()
75 i915_flush(struct i915_context *i915, struct pipe_fence_handle **fence, in i915_flush() argument
78 struct i915_winsys_batchbuffer *batch = i915->batch; in i915_flush()
81 i915->vbo_flushed = 1; in i915_flush()
82 i915->hardware_dirty = ~0; in i915_flush()
83 i915->immediate_dirty = ~0; in i915_flush()
84 i915->dynamic_dirty = ~0; in i915_flush()
85 i915->static_dirty = ~0; in i915_flush()
87 i915->flush_dirty = 0; in i915_flush()
88 i915->fired_vertices += i915->queued_vertices; in i915_flush()
89 i915->queued_vertices = 0; in i915_flush()