Searched defs:_drm_i810_sarea (Results 1 – 1 of 1) sorted by relevance
158 typedef struct _drm_i810_sarea { struct159 unsigned int ContextState[I810_CTX_SETUP_SIZE];160 unsigned int BufferState[I810_DEST_SETUP_SIZE];161 unsigned int TexState[2][I810_TEX_SETUP_SIZE];162 unsigned int dirty;164 unsigned int nbox;165 struct drm_clip_rect boxes[I810_NR_SAREA_CLIPRECTS];183 drm_i810_tex_region_t texList[I810_NR_TEX_REGIONS + 1];185 int texAge; /* last time texture was uploaded */186 int last_enqueue; /* last time a buffer was enqueued */[all …]