Searched defs:i915_context (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_context.h249 struct i915_context struct
287 extern void i915InitVtbl(struct i915_context *i915);
320 * i915_context.c
342 extern void i915InitState(struct i915_context *i915);
357 extern void i915ValidateFragmentProgram(struct i915_context *i915);
364 static INLINE struct i915_context *
365 i915_context(struct gl_context * ctx) function
367 return (struct i915_context *) ctx;
372 #define I915_CONTEXT(ctx) i915_context(ctx)
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_context.h222 struct i915_context { struct
356 void i915_set_flush_dirty(struct i915_context *i915, unsigned flush)
366 struct draw_stage *i915_draw_render_stage( struct i915_context *i915 );
372 struct draw_stage *i915_draw_vbuf_stage( struct i915_context *i915 );
378 void i915_prepare_vertex_sampling(struct i915_context *i915);
379 void i915_cleanup_vertex_sampling(struct i915_context *i915);
386 void i915_emit_hardware_state(struct i915_context *i915 );
408 void i915_init_state_functions( struct i915_context *i915 );
409 void i915_init_fixup_state_functions( struct i915_context *i915 );
410 void i915_init_flush_functions( struct i915_context *i91
426 i915_context( struct pipe_context *pipe ) function
[all...]

Completed in 302 milliseconds