Searched refs:fetch_count (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt.h98 unsigned fetch_count,
113 unsigned fetch_count,
H A Ddraw_pt_fetch_emit.c185 unsigned fetch_count,
200 (ushort)fetch_count );
212 fetch_count,
218 for (i = 0; i < fetch_count; i++) {
227 (ushort)(fetch_count - 1) );
183 fetch_emit_run( struct draw_pt_middle_end *middle, const unsigned *fetch_elts, unsigned fetch_count, const ushort *draw_elts, unsigned draw_count, unsigned prim_flags ) argument
H A Ddraw_pt_fetch_shade_emit.c247 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) );
245 fse_run(struct draw_pt_middle_end *middle, const unsigned *fetch_elts, unsigned fetch_count, const ushort *draw_elts, unsigned draw_count, unsigned prim_flags ) argument
H A Ddraw_pt_vsplit_tmp.h45 unsigned fetch_start, fetch_count; local
84 fetch_count = max_index - min_index + 1;
112 fetch_start, fetch_count,
H A Ddraw_llvm.h157 unsigned fetch_count,
H A Ddraw_pt_fetch_shade_pipeline.c296 unsigned fetch_count,
308 fetch_info.count = fetch_count;
294 fetch_pipeline_run( struct draw_pt_middle_end *middle, const unsigned *fetch_elts, unsigned fetch_count, const ushort *draw_elts, unsigned draw_count, unsigned prim_flags ) argument
H A Ddraw_pt_fetch_shade_pipeline_llvm.c308 unsigned fetch_count,
320 fetch_info.count = fetch_count;
306 llvm_middle_end_run( struct draw_pt_middle_end *middle, const unsigned *fetch_elts, unsigned fetch_count, const ushort *draw_elts, unsigned draw_count, unsigned prim_flags ) argument
H A Ddraw_llvm.c1072 LLVMValueRef count, fetch_elts, fetch_count; local
1106 arg_types[4] = int32_type; /* fetch_count / count */
1144 fetch_count = LLVMGetParam(variant_func, 4);
1146 lp_build_name(fetch_count, "fetch_count");
1154 fetch_elts = fetch_count = NULL;
1185 end = fetch_count;
1221 * if fetch_count % 4 != 0, because on the last iteration
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt.h98 unsigned fetch_count,
113 unsigned fetch_count,
H A Ddraw_pt_fetch_emit.c185 unsigned fetch_count,
200 (ushort)fetch_count );
212 fetch_count,
218 for (i = 0; i < fetch_count; i++) {
227 (ushort)(fetch_count - 1) );
183 fetch_emit_run( struct draw_pt_middle_end *middle, const unsigned *fetch_elts, unsigned fetch_count, const ushort *draw_elts, unsigned draw_count, unsigned prim_flags ) argument
H A Ddraw_pt_fetch_shade_emit.c247 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) );
245 fse_run(struct draw_pt_middle_end *middle, const unsigned *fetch_elts, unsigned fetch_count, const ushort *draw_elts, unsigned draw_count, unsigned prim_flags ) argument
H A Ddraw_pt_vsplit_tmp.h45 unsigned fetch_start, fetch_count; local
84 fetch_count = max_index - min_index + 1;
112 fetch_start, fetch_count,
H A Ddraw_llvm.h157 unsigned fetch_count,
H A Ddraw_pt_fetch_shade_pipeline.c296 unsigned fetch_count,
308 fetch_info.count = fetch_count;
294 fetch_pipeline_run( struct draw_pt_middle_end *middle, const unsigned *fetch_elts, unsigned fetch_count, const ushort *draw_elts, unsigned draw_count, unsigned prim_flags ) argument
H A Ddraw_pt_fetch_shade_pipeline_llvm.c308 unsigned fetch_count,
320 fetch_info.count = fetch_count;
306 llvm_middle_end_run( struct draw_pt_middle_end *middle, const unsigned *fetch_elts, unsigned fetch_count, const ushort *draw_elts, unsigned draw_count, unsigned prim_flags ) argument
H A Ddraw_llvm.c1072 LLVMValueRef count, fetch_elts, fetch_count; local
1106 arg_types[4] = int32_type; /* fetch_count / count */
1144 fetch_count = LLVMGetParam(variant_func, 4);
1146 lp_build_name(fetch_count, "fetch_count");
1154 fetch_elts = fetch_count = NULL;
1185 end = fetch_count;
1221 * if fetch_count % 4 != 0, because on the last iteration
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dfake_url_fetcher.py138 fetch_count=0,
143 ('fetch_count', fetch_count, self._fetch_count),
H A Dnew_github_file_system_test.py200 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))
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dthread_cache.cc164 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/
H A Dthread_cache.cc161 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/
H A Dchrome_launcher_controller_unittest.cc165 int fetch_count() const { return fetch_count_; } function in class:__anon4990::TestAppIconLoaderImpl
2482 EXPECT_EQ(1, app_icon_loader->fetch_count());
2652 EXPECT_EQ(0, app_icon_loader->fetch_count());
2657 EXPECT_EQ(1, app_icon_loader->fetch_count());
2687 EXPECT_EQ(1, app_icon_loader->fetch_count());

Completed in 1625 milliseconds