OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cachable
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/table/
format.cc
71
result->
cachable
= false;
110
result->
cachable
= false; // Do not double-cache
114
result->
cachable
= true;
134
result->
cachable
= true;
format.h
88
bool
cachable
; // True iff data can be cached
member in struct:leveldb::BlockContents
table.cc
182
if (contents.
cachable
&& options.fill_cache) {
table_test.cc
204
contents.
cachable
= false;
664
contents.
cachable
= false;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_screen_cache.h
67
uint32_t
cachable
:1; /* False if this is a shared surface */
member in struct:svga_host_surface_cache_key
svga_screen_cache.c
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
;
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
flag for surfaces of which we are th
[
all
...]
svga_resource_texture.c
207
assert(svga_texture(texture)->key.
cachable
== 0);
208
svga_texture(texture)->key.
cachable
= 0;
436
tex->key.
cachable
= 1;
442
tex->key.
cachable
= 0;
446
tex->key.
cachable
= 0;
452
tex->key.
cachable
= 0;
553
tex->key.
cachable
= 0;
svga_sampler_view.c
127
sv->key.
cachable
= 0;
152
sv->key.
cachable
= 0;
svga_surface.c
129
key->
cachable
= 1;
140
key->
cachable
= 0;
147
key->
cachable
= 0;
svga_resource_buffer_upload.c
140
sbuf->key.
cachable
= 1;
/external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.h
67
uint32_t
cachable
:1; /* False if this is a shared surface */
member in struct:svga_host_surface_cache_key
svga_screen_cache.c
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
;
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
flag for surfaces of which we are th
[
all
...]
svga_resource_texture.c
207
assert(svga_texture(texture)->key.
cachable
== 0);
208
svga_texture(texture)->key.
cachable
= 0;
436
tex->key.
cachable
= 1;
442
tex->key.
cachable
= 0;
446
tex->key.
cachable
= 0;
452
tex->key.
cachable
= 0;
553
tex->key.
cachable
= 0;
svga_sampler_view.c
127
sv->key.
cachable
= 0;
152
sv->key.
cachable
= 0;
svga_surface.c
129
key->
cachable
= 1;
140
key->
cachable
= 0;
147
key->
cachable
= 0;
svga_resource_buffer_upload.c
140
sbuf->key.
cachable
= 1;
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 677 milliseconds