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