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