Home | History | Annotate | Download | only in i915

Lines Matching defs:i915

48    struct i915_context *i915 = i915_context(pipe);
61 struct pipe_surface *cbuf = i915->framebuffer.cbufs[0];
76 if (i915->current.target_fixup_format)
86 struct pipe_surface *zbuf = i915->framebuffer.zsbuf;
107 struct pipe_surface *zbuf = i915->framebuffer.zsbuf;
121 if (i915->hardware_dirty)
122 i915_emit_hardware_state(i915);
127 i915_emit_hardware_state(i915);
128 i915->vbo_flushed = 1;
172 if (i915->hardware_dirty)
173 i915_emit_hardware_state(i915);
178 i915_emit_hardware_state(i915);
179 i915->vbo_flushed = 1;
210 i915->last_fired_vertices = i915->fired_vertices;
211 i915->fired_vertices = 0;
251 struct i915_context *i915 = i915_context(pipe);
253 if (i915->dirty)
254 i915_update_derived(i915);
257 0, 0, i915->framebuffer.width, i915->framebuffer.height);