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

/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 84 milliseconds