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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt.h 98 unsigned fetch_count,
113 unsigned fetch_count,
draw_pt_fetch_emit.c 185 unsigned fetch_count,
200 (ushort)fetch_count );
212 fetch_count,
218 for (i = 0; i < fetch_count; i++) {
227 (ushort)(fetch_count - 1) );
draw_pt_fetch_shade_emit.c 247 unsigned fetch_count,
262 (ushort)fetch_count ))
273 fetch_count,
278 for (i = 0; i < fetch_count; i++) {
286 draw->render->unmap_vertices( draw->render, 0, (ushort)(fetch_count - 1) );
draw_pt_vsplit_tmp.h 45 unsigned fetch_start, fetch_count; local
84 fetch_count = max_index - min_index + 1;
112 fetch_start, fetch_count,
draw_llvm.h 157 unsigned fetch_count,
draw_pt_fetch_shade_pipeline.c 296 unsigned fetch_count,
308 fetch_info.count = fetch_count;
draw_pt_fetch_shade_pipeline_llvm.c 308 unsigned fetch_count,
320 fetch_info.count = fetch_count;
draw_llvm.c 1072 LLVMValueRef count, fetch_elts, fetch_count; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt.h 98 unsigned fetch_count,
113 unsigned fetch_count,
draw_pt_fetch_emit.c 185 unsigned fetch_count,
200 (ushort)fetch_count );
212 fetch_count,
218 for (i = 0; i < fetch_count; i++) {
227 (ushort)(fetch_count - 1) );
draw_pt_fetch_shade_emit.c 247 unsigned fetch_count,
262 (ushort)fetch_count ))
273 fetch_count,
278 for (i = 0; i < fetch_count; i++) {
286 draw->render->unmap_vertices( draw->render, 0, (ushort)(fetch_count - 1) );
draw_pt_vsplit_tmp.h 45 unsigned fetch_start, fetch_count; local
84 fetch_count = max_index - min_index + 1;
112 fetch_start, fetch_count,
draw_llvm.h 157 unsigned fetch_count,
draw_pt_fetch_shade_pipeline.c 296 unsigned fetch_count,
308 fetch_info.count = fetch_count;
draw_pt_fetch_shade_pipeline_llvm.c 308 unsigned fetch_count,
320 fetch_info.count = fetch_count;
draw_llvm.c 1072 LLVMValueRef count, fetch_elts, fetch_count; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
new_github_file_system_test.py 200 self.assertTrue(*fetcher.CheckAndReset(fetch_count=1,
220 self.assertTrue(*fetcher.CheckAndReset(fetch_count=1,
236 self.assertTrue(*fetcher.CheckAndReset(fetch_count=1, fetch_async_count=1))
258 self.assertTrue(*fetcher.CheckAndReset(fetch_count=1, fetch_async_count=1))
fake_url_fetcher.py 139 fetch_count=0,
144 ('fetch_count', fetch_count, self._fetch_count),
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc 164 int fetch_count = Static::central_cache()[cl].RemoveRange( local
167 ASSERT((start == NULL) == (fetch_count == 0));
168 if (--fetch_count >= 0) {
169 size_ += byte_size * fetch_count;
173 list->PushRange(fetch_count, second, end);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc 161 int fetch_count = Static::central_cache()[cl].RemoveRange( local
164 ASSERT((start == NULL) == (fetch_count == 0));
165 if (--fetch_count >= 0) {
166 size_ += byte_size * fetch_count;
167 list->PushRange(fetch_count, SLL_Next(start), end);
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_unittest.cc 166 int fetch_count() const { return fetch_count_; } function in class:__anon9551::TestAppIconLoaderImpl
    [all...]

Completed in 404 milliseconds