Home | History | Annotate | Download | only in i915

Lines Matching defs:i915_context

219 struct i915_context {
342 void i915_set_flush_dirty(struct i915_context *i915, unsigned flush)
352 struct draw_stage *i915_draw_render_stage( struct i915_context *i915 );
358 struct draw_stage *i915_draw_vbuf_stage( struct i915_context *i915 );
364 void i915_prepare_vertex_sampling(struct i915_context *i915);
365 void i915_cleanup_vertex_sampling(struct i915_context *i915);
372 void i915_emit_hardware_state(struct i915_context *i915 );
394 void i915_init_state_functions( struct i915_context *i915 );
395 void i915_init_flush_functions( struct i915_context *i915 );
396 void i915_init_string_functions( struct i915_context *i915 );
400 * i915_context.c
410 static inline struct i915_context *
411 i915_context( struct pipe_context *pipe )
413 return (struct i915_context *)pipe;