Searched defs:i915_context (Results 1 – 2 of 2) sorted by relevance
222 struct i915_context { struct223 struct pipe_context base;225 struct i915_winsys *iws;227 struct draw_context *draw;231 const struct i915_blend_state *blend;232 const struct i915_sampler_state *sampler[PIPE_MAX_SAMPLERS];233 struct pipe_sampler_state *vertex_samplers[PIPE_MAX_SAMPLERS];234 const struct i915_depth_stencil_state *depth_stencil;235 const struct i915_rasterizer_state *rasterizer;237 struct i915_fragment_shader *fs;[all …]
249 struct i915_context struct251 struct intel_context intel;253 GLuint last_ReallyEnabled;254 GLuint lodbias_ss2[MAX_TEXTURE_UNITS];257 struct i915_fragment_program *current_program;259 drm_intel_bo *current_vb_bo;260 unsigned int current_vertex_size;262 struct i915_hw_state state;263 uint32_t last_draw_offset;287 extern void i915InitVtbl(struct i915_context *i915); argument[all …]