HomeSort by relevance Sort by last modified time
    Searched defs:i915_context (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 243 struct i915_context struct
280 extern void i915InitVtbl(struct i915_context *i915);
313 * i915_context.c
336 extern void i915InitState(struct i915_context *i915);
351 extern void i915ValidateFragmentProgram(struct i915_context *i915);
358 static inline struct i915_context *
359 i915_context(struct gl_context * ctx) function
361 return (struct i915_context *) ctx;
366 #define I915_CONTEXT(ctx) i915_context(ctx
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 219 struct i915_context { struct
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 )
411 i915_context( struct pipe_context *pipe ) function
    [all...]

Completed in 88 milliseconds