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/
H A Ddraw_pt_fetch_shade_emit.c249 unsigned fetch_count, in fse_run()
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()
247 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) fse_run() argument
H A Ddraw_pt.h105 unsigned fetch_count,
120 unsigned fetch_count,
H A 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()
H A Ddraw_pt_fetch_shade_pipeline.c382 unsigned fetch_count, in fetch_pipeline_run()
394 fetch_info.count = fetch_count; in fetch_pipeline_run()
380 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) fetch_pipeline_run() argument
H A Ddraw_pt_fetch_shade_pipeline_llvm.c796 unsigned fetch_count, in llvm_middle_end_run()
808 fetch_info.count = fetch_count; in llvm_middle_end_run()
794 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) llvm_middle_end_run() argument
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.cpp467 ++s.fetch_count; in collect_stats()
517 sblog << " fetch_count : " << fetch_count << "\n"; in dump() local
H A Dsb_if_conversion.cpp135 if (s.region_count || s.fetch_count || s.alu_kill_count || in check_and_convert()
H A Dsb_ir.h742 unsigned fetch_count; member
753 cf_count(), fetch_count(), region_count(), in node_stats()

Completed in 8 milliseconds