Searched refs:cachable (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c105 assert(key->cachable);
223 assert(key->cachable);
450 * Allocate a new host-side surface. If the surface is marked as cachable,
465 boolean cachable = SVGA_SURFACE_CACHE_ENABLED && key->cachable; local in function:svga_screen_surface_create
468 "%s sz %dx%dx%d mips %d faces %d arraySize %d cachable %d\n",
476 key->cachable);
478 if (cachable) {
543 if (!key->cachable)
573 * it into the cache of freed surfaces (if it's cachable)
[all...]
H A Dsvga_screen_cache.h69 uint32_t cachable:1; /* False if this is a shared surface */ member in struct:svga_host_surface_cache_key
H A Dsvga_sampler_view.c132 sv->key.cachable = 0;
158 sv->key.cachable = 0;
H A Dsvga_resource_texture.c213 assert(svga_texture(texture)->key.cachable == 0);
214 svga_texture(texture)->key.cachable = 0;
1035 tex->key.cachable = 1;
1077 tex->key.cachable = 0;
1081 tex->key.cachable = 0;
1086 tex->key.cachable = 0;
1235 tex->key.cachable = 0;
H A Dsvga_surface.c228 key->cachable = 1;
249 key->cachable = 0;
270 key->cachable = 0;
H A Dsvga_resource_buffer_upload.c192 sbuf->key.cachable = 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_screen_cache.h69 uint32_t cachable:1; /* False if this is a shared surface */ member in struct:svga_host_surface_cache_key
H A Dsvga_screen_cache.c105 assert(key->cachable);
223 assert(key->cachable);
476 * Allocate a new host-side surface. If the surface is marked as cachable,
491 boolean cachable = SVGA_SURFACE_CACHE_ENABLED && key->cachable; local in function:svga_screen_surface_create
494 "%s sz %dx%dx%d mips %d faces %d arraySize %d cachable %d\n",
502 key->cachable);
504 if (cachable) {
569 if (!key->cachable)
601 * it into the cache of freed surfaces (if it's cachable)
[all...]
H A Dsvga_sampler_view.c132 sv->key.cachable = 0;
158 sv->key.cachable = 0;
H A Dsvga_resource_texture.c212 assert(svga_texture(texture)->key.cachable == 0);
213 svga_texture(texture)->key.cachable = 0;
981 tex->key.cachable = 1;
1023 tex->key.cachable = 0;
1027 tex->key.cachable = 0;
1032 tex->key.cachable = 0;
1180 tex->key.cachable = 0;
H A Dsvga_surface.c212 key->cachable = 1;
233 key->cachable = 0;
254 key->cachable = 0;
H A Dsvga_resource_buffer_upload.c207 sbuf->key.cachable = 1;
/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dfontscale.c412 !extra->scaled[i].pFont->info.cachable) continue;
422 !extra->scaled[mini].pFont->info.cachable) return 0;
431 !extra->scaled[i].pFont->info.cachable) continue;
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dfontscale.c414 !extra->scaled[i].pFont->info.cachable) continue;
424 !extra->scaled[mini].pFont->info.cachable) return 0;
433 !extra->scaled[i].pFont->info.cachable) continue;
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A Dfontstruct.h87 unsigned int cachable:1; member in struct:_FontInfo
H A DFSproto.h538 BYTE cachable; member in struct:__anond2353fb42708
/xsrc/external/mit/xfs/dist/difs/
H A Dfonts.c397 .cachable = pfont->info.cachable
448 ** is cachable, immediately satisfy the request with it. If we find
449 ** a cached version of this font that is non-cachable, we do not
454 ** Presumably, the font is marked non-cachable because the FPE has
466 pfont->info.cachable) {
499 .cachable = TRUE /* XXX */
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dsnfread.c127 pFontInfo->cachable = TRUE;
H A Dbdfread.c885 pFont->info.cachable = TRUE;
H A Dpcfread.c372 pFontInfo->cachable = TRUE;
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dsnfread.c129 pFontInfo->cachable = TRUE;
H A Dbdfread.c887 pFont->info.cachable = TRUE;
H A Dpcfread.c374 pFontInfo->cachable = TRUE;
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c783 bfont->pfont->info.cachable = rep->cachable != 0;
814 pInfo1->cachable != pInfo2->cachable ||
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c785 bfont->pfont->info.cachable = rep->cachable != 0;
816 pInfo1->cachable != pInfo2->cachable ||

Completed in 40 milliseconds

12