Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_context.h219 struct i915_context { struct
220 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 …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.h243 struct i915_context struct
245 struct intel_context intel;
247 GLuint lodbias_ss2[MAX_TEXTURE_UNITS];
250 struct i915_fragment_program *current_program;
252 drm_intel_bo *current_vb_bo;
253 unsigned int current_vertex_size;
255 struct i915_hw_state state;
256 uint32_t last_draw_offset;
280 extern void i915InitVtbl(struct i915_context *i915); argument
359 i915_context(struct gl_context * ctx) in i915_context() function