Searched defs:i915_context (Results 1 – 2 of 2) sorted by relevance
219 struct i915_context { struct220 struct pipe_context base;222 struct i915_winsys *iws;224 struct draw_context *draw;228 const struct i915_blend_state *blend;229 const struct i915_sampler_state *fragment_sampler[PIPE_MAX_SAMPLERS];230 struct pipe_sampler_state *vertex_samplers[PIPE_MAX_SAMPLERS];231 const struct i915_depth_stencil_state *depth_stencil;232 const struct i915_rasterizer_state *rasterizer;234 struct i915_fragment_shader *fs;[all …]
245 struct i915_context struct247 struct intel_context intel;249 GLuint lodbias_ss2[MAX_TEXTURE_UNITS];252 struct i915_fragment_program *current_program;254 drm_intel_bo *current_vb_bo;255 unsigned int current_vertex_size;257 struct i915_hw_state state;258 uint32_t last_draw_offset;282 extern void i915InitVtbl(struct i915_context *i915); argument361 i915_context(struct gl_context * ctx) in i915_context() function