Searched defs:fetches (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit.c55 unsigned fetches[MAP_SIZE]; member in struct:vsplit_frontend::__anon13718
68 memset(vsplit->cache.fetches, 0xff, sizeof(vsplit->cache.fetches));
95 if (vsplit->cache.fetches[hash] != fetch) {
97 vsplit->cache.fetches[hash] = fetch;
119 vsplit->cache.fetches[hash] = fetch - 1; /* force update */
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit.c55 unsigned fetches[MAP_SIZE]; member in struct:vsplit_frontend::__anon27129
68 memset(vsplit->cache.fetches, 0xff, sizeof(vsplit->cache.fetches));
95 if (vsplit->cache.fetches[hash] != fetch) {
97 vsplit->cache.fetches[hash] = fetch;
119 vsplit->cache.fetches[hash] = fetch - 1; /* force update */
/external/chromium_org/chrome/browser/net/
H A Dsdch_browsertest.cc351 int fetches = -1; local
357 &fetches),
360 DCHECK_NE(-1, fetches);
361 return fetches;
483 // Now data fetches should be SDCH encoded.
591 // Data fetches from incognito or separate profiles should not be SDCH
611 // Data fetches on main browser should not be SDCH encoded.

Completed in 1668 milliseconds