HomeSort by relevance Sort by last modified time
    Searched refs:index_cache (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_draw_arrays.c 106 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[prim][smallest].buffer
    [all...]
svga_draw_private.h 86 struct index_cache { struct
136 struct index_cache index_cache[PIPE_PRIM_MAX][IDX_CACHE_MAX]; member in struct:svga_hwtnl
svga_draw.c 70 pipe_resource_reference( &hwtnl->index_cache[i][j].buffer,
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_arrays.c 106 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[prim][smallest].buffer
    [all...]
svga_draw_private.h 86 struct index_cache { struct
136 struct index_cache index_cache[PIPE_PRIM_MAX][IDX_CACHE_MAX]; member in struct:svga_hwtnl
svga_draw.c 70 pipe_resource_reference( &hwtnl->index_cache[i][j].buffer,
  /external/chromium_org/chrome/browser/history/
url_index_private_data.cc 406 InMemoryURLIndexCacheItem index_cache; local
407 if (!index_cache.ParseFromArray(data.c_str(), data.size())) {
413 if (!restored_data->RestorePrivateData(index_cache, languages))
879 InMemoryURLIndexCacheItem index_cache; local
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 3559 HForInCacheArray* index_cache = local
    [all...]
hydrogen-instructions.h 7685 HForInCacheArray* index_cache() { function in class:V8_FINAL
    [all...]
hydrogen.cc 5045 HInstruction* index_cache = Add<HForInCacheArray>( local
    [all...]

Completed in 145 milliseconds