Searched defs:cachable (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/table/
H A Dformat.h88 bool cachable; // True iff data can be cached member in struct:leveldb::BlockContents
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_screen_cache.h67 uint32_t cachable:1; /* False if this is a shared surface */ member in struct:svga_host_surface_cache_key
H A Dsvga_screen_cache.c103 assert(key->cachable);
211 assert(key->cachable);
389 * Allocate a new host-side surface. If the surface is marked as cachable,
399 boolean cachable = SVGA_SURFACE_CACHE_ENABLED && key->cachable; local
402 "%s sz %dx%dx%d mips %d faces %d cachable %d\n",
409 key->cachable);
411 if (cachable) {
471 * it into the cache of freed surfaces (if it's cachable).
480 /* We only set the cachable fla
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.h67 uint32_t cachable:1; /* False if this is a shared surface */ member in struct:svga_host_surface_cache_key
H A Dsvga_screen_cache.c103 assert(key->cachable);
211 assert(key->cachable);
389 * Allocate a new host-side surface. If the surface is marked as cachable,
399 boolean cachable = SVGA_SURFACE_CACHE_ENABLED && key->cachable; local
402 "%s sz %dx%dx%d mips %d faces %d cachable %d\n",
409 key->cachable);
411 if (cachable) {
471 * it into the cache of freed surfaces (if it's cachable).
480 /* We only set the cachable fla
[all...]

Completed in 164 milliseconds