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