Home | History | Annotate | Download | only in svga

Lines Matching defs:cachable

103    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;
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 flag for surfaces of which we are the
484 if (SVGA_SURFACE_CACHE_ENABLED && key->cachable) {