Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c105 assert(key->cachable); in svga_screen_cache_lookup()
224 assert(key->cachable); in svga_screen_cache_add()
483 * Allocate a new host-side surface. If the surface is marked as cachable,
498 boolean cachable = SVGA_SURFACE_CACHE_ENABLED && key->cachable; in svga_screen_surface_create() local
501 "%s sz %dx%dx%d mips %d faces %d arraySize %d cachable %d\n", in svga_screen_surface_create()
509 key->cachable); in svga_screen_surface_create()
511 if (cachable) { in svga_screen_surface_create()
576 if (!key->cachable) in svga_screen_surface_create()
608 * it into the cache of freed surfaces (if it's cachable)
[all...]
H A Dsvga_sampler_view.c132 sv->key.cachable = 0; in svga_get_tex_sampler_view()
158 sv->key.cachable = 0; in svga_get_tex_sampler_view()
H A Dsvga_resource_texture.c212 assert(svga_texture(texture)->key.cachable == 0); in svga_resource_get_handle()
213 svga_texture(texture)->key.cachable = 0; in svga_resource_get_handle()
957 tex->key.cachable = 1; in svga_texture_create()
999 tex->key.cachable = 0; in svga_texture_create()
1003 tex->key.cachable = 0; in svga_texture_create()
1008 tex->key.cachable = 0; in svga_texture_create()
1184 tex->key.cachable = 0; in svga_texture_from_handle()
H A Dsvga_screen_cache.h69 uint32_t cachable:1; /* False if this is a shared surface */ member
H A Dsvga_surface.c212 key->cachable = 1; in svga_texture_view_surface()
233 key->cachable = 0; in svga_texture_view_surface()
254 key->cachable = 0; in svga_texture_view_surface()
H A Dsvga_resource_buffer_upload.c219 sbuf->key.cachable = 1; in svga_buffer_create_host_surface()

Completed in 7 milliseconds