Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/
H A Di915_context.h255 struct i915_context { struct
256 struct pipe_context base;
258 struct i915_winsys *iws;
260 struct draw_context *draw;
264 const struct i915_blend_state *blend;
265 const struct i915_sampler_state *fragment_sampler[PIPE_MAX_SAMPLERS];
266 struct pipe_sampler_state *vertex_samplers[PIPE_MAX_SAMPLERS];
267 const struct i915_depth_stencil_state *depth_stencil;
268 const struct i915_rasterizer_state *rasterizer;
270 struct i915_fragment_shader *fs;
[all …]