Searched defs:_ExaOffscreenArea (Results 1 – 1 of 1) sorted by relevance
56 struct _ExaOffscreenArea { struct57 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 …]