Searched refs:fetch_count (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_fetch_shade_emit.c | 249 unsigned fetch_count, in fse_run() argument 264 (ushort) fetch_count)) in fse_run() 273 fse->active->run_elts(fse->active, fetch_elts, fetch_count, hw_verts); in fse_run() 276 for (unsigned i = 0; i < fetch_count; i++) { in fse_run() 284 draw->render->unmap_vertices(draw->render, 0, (ushort)(fetch_count - 1)); in fse_run()
|
D | draw_pt.h | 105 unsigned fetch_count, 120 unsigned fetch_count,
|
D | draw_pt_vsplit_tmp.h | 44 unsigned fetch_start, fetch_count; in CONCAT() local 89 fetch_count = max_index - min_index + 1; in CONCAT() 121 fetch_start, fetch_count, in CONCAT()
|
D | draw_pt_fetch_shade_pipeline.c | 382 unsigned fetch_count, in fetch_pipeline_run() argument 394 fetch_info.count = fetch_count; in fetch_pipeline_run()
|
D | draw_pt_fetch_shade_pipeline_llvm.c | 796 unsigned fetch_count, in llvm_middle_end_run() argument 808 fetch_info.count = fetch_count; in llvm_middle_end_run()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_ir.cpp | 467 ++s.fetch_count; in collect_stats() 517 sblog << " fetch_count : " << fetch_count << "\n"; in dump()
|
D | sb_if_conversion.cpp | 135 if (s.region_count || s.fetch_count || s.alu_kill_count || in check_and_convert()
|
D | sb_ir.h | 742 unsigned fetch_count; member 753 cf_count(), fetch_count(), region_count(), in node_stats()
|