Searched defs:cachable (Results 1 – 5 of 5) sorted by relevance
88 bool cachable; // True iff data can be cached member
67 uint32_t cachable:1; /* False if this is a shared surface */ member
399 boolean cachable = SVGA_SURFACE_CACHE_ENABLED && key->cachable; in svga_screen_surface_create() local