Home
last modified time | relevance | path

Searched refs:fetch_count (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_emit.c249 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()
Ddraw_pt.h105 unsigned fetch_count,
120 unsigned fetch_count,
Ddraw_pt_vsplit_tmp.h44 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()
Ddraw_pt_fetch_shade_pipeline.c382 unsigned fetch_count, in fetch_pipeline_run() argument
394 fetch_info.count = fetch_count; in fetch_pipeline_run()
Ddraw_pt_fetch_shade_pipeline_llvm.c796 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/
Dsb_ir.cpp467 ++s.fetch_count; in collect_stats()
517 sblog << " fetch_count : " << fetch_count << "\n"; in dump()
Dsb_if_conversion.cpp135 if (s.region_count || s.fetch_count || s.alu_kill_count || in check_and_convert()
Dsb_ir.h742 unsigned fetch_count; member
753 cf_count(), fetch_count(), region_count(), in node_stats()