Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa.h56 struct _ExaOffscreenArea { struct
57 int base_offset; /* allocation base */
58 int offset; /* aligned offset */
59 int size; /* total allocation size */
60 unsigned last_use;
61 void *privData;
63 ExaOffscreenSaveProc save;
65 ExaOffscreenState state;
67 ExaOffscreenArea *next;
69 unsigned eviction_cost;
[all …]