Home | History | Annotate | Download | only in i915

Lines Matching defs:i915

45    struct i915_context *i915 = i915_context(pipe);
48 if (!i915->batch)
54 if (!fence && (i915->batch->map == i915->batch->ptr)) {
66 void i915_init_flush_functions( struct i915_context *i915 )
68 i915->base.flush = i915_flush_pipe;
75 void i915_flush(struct i915_context *i915,
79 struct i915_winsys_batchbuffer *batch = i915->batch;
82 i915->vbo_flushed = 1;
83 i915->hardware_dirty = ~0;
84 i915->immediate_dirty = ~0;
85 i915->dynamic_dirty = ~0;
86 i915->static_dirty = ~0;
88 i915->flush_dirty = 0;
89 i915->fired_vertices += i915->queued_vertices;
90 i915->queued_vertices = 0;