Searched defs:i915_context (Results 1 – 1 of 1) sorted by relevance
245 struct i915_context { struct246 struct pipe_context base;248 struct i915_winsys *iws;250 struct draw_context *draw;254 const struct i915_blend_state *blend;255 const struct i915_sampler_state *fragment_sampler[PIPE_MAX_SAMPLERS];256 struct pipe_sampler_state *vertex_samplers[PIPE_MAX_SAMPLERS];257 const struct i915_depth_stencil_state *depth_stencil;258 const struct i915_rasterizer_state *rasterizer;260 struct i915_fragment_shader *fs;[all …]