Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.h213 struct i915_hw_state struct
215 GLuint Ctx[I915_CTX_SETUP_SIZE];
216 GLuint Blend[I915_BLEND_SETUP_SIZE];
217 GLuint Buffer[I915_DEST_SETUP_SIZE];
218 GLuint Stipple[I915_STP_SETUP_SIZE];
219 GLuint Defaults[I915_DEF_SETUP_SIZE];
220 GLuint RasterRules[I915_RASTER_RULES_SETUP_SIZE];
221 GLuint Tex[I915_TEX_UNITS][I915_TEX_SETUP_SIZE];
222 GLuint Constant[I915_CONSTANT_SIZE];
223 GLuint ConstantSize;
[all …]