Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Di810_drm.h158 typedef struct _drm_i810_sarea { struct
159 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 …]