Searched refs:index_cache (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c106 if (hwtnl->index_cache[prim][i].buffer != NULL &&
107 hwtnl->index_cache[prim][i].generate == generate)
109 if (compare(hwtnl->index_cache[prim][i].gen_nr, gen_nr, gen_type))
112 hwtnl->index_cache[prim][i].buffer );
121 pipe_resource_reference( &hwtnl->index_cache[prim][i].buffer,
126 i, hwtnl->index_cache[prim][i].gen_nr);
139 if (hwtnl->index_cache[prim][i].buffer == NULL)
144 else if (hwtnl->index_cache[prim][i].gen_nr < smallest)
147 smallest_size = hwtnl->index_cache[prim][i].gen_nr;
153 pipe_resource_reference( &hwtnl->index_cache[pri
[all...]
H A Dsvga_draw_private.h86 struct index_cache { struct
136 struct index_cache index_cache[PIPE_PRIM_MAX][IDX_CACHE_MAX]; member in struct:svga_hwtnl
H A Dsvga_draw.c70 pipe_resource_reference( &hwtnl->index_cache[i][j].buffer,
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c106 if (hwtnl->index_cache[prim][i].buffer != NULL &&
107 hwtnl->index_cache[prim][i].generate == generate)
109 if (compare(hwtnl->index_cache[prim][i].gen_nr, gen_nr, gen_type))
112 hwtnl->index_cache[prim][i].buffer );
121 pipe_resource_reference( &hwtnl->index_cache[prim][i].buffer,
126 i, hwtnl->index_cache[prim][i].gen_nr);
139 if (hwtnl->index_cache[prim][i].buffer == NULL)
144 else if (hwtnl->index_cache[prim][i].gen_nr < smallest)
147 smallest_size = hwtnl->index_cache[prim][i].gen_nr;
153 pipe_resource_reference( &hwtnl->index_cache[pri
[all...]
H A Dsvga_draw_private.h86 struct index_cache { struct
136 struct index_cache index_cache[PIPE_PRIM_MAX][IDX_CACHE_MAX]; member in struct:svga_hwtnl
H A Dsvga_draw.c70 pipe_resource_reference( &hwtnl->index_cache[i][j].buffer,
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_cache_storage.cc221 ServiceWorkerCacheStorageIndex::Cache* index_cache = index.add_cache(); variable
222 index_cache->set_name(cache_names[i]);
223 index_cache->set_size(0); // TODO(jkarlin): Make this real.
/external/chromium_org/chrome/browser/history/
H A Durl_index_private_data.cc413 InMemoryURLIndexCacheItem index_cache; local
414 if (!index_cache.ParseFromArray(data.c_str(), data.size())) {
420 if (!restored_data->RestorePrivateData(index_cache, languages))
883 InMemoryURLIndexCacheItem index_cache; local
884 SavePrivateData(&index_cache);
886 if (!index_cache.SerializeToString(&data)) {
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc3518 HForInCacheArray* index_cache = local
3519 names_cache->index_cache();
3528 index_cache,
H A Dhydrogen-instructions.h7782 HForInCacheArray* index_cache() { function in class:v8::FINAL::FINAL
7786 void set_index_cache(HForInCacheArray* index_cache) { argument
7787 index_cache_ = index_cache;
H A Dhydrogen.cc5122 HInstruction* index_cache = Add<HForInCacheArray>( local
5125 HForInCacheArray::cast(index_cache));

Completed in 1305 milliseconds