Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_emit.c253 unsigned fetch_count, in fse_run() argument
268 (ushort)fetch_count )) in fse_run()
279 fetch_count, in fse_run()
284 for (i = 0; i < fetch_count; i++) { in fse_run()
292 draw->render->unmap_vertices( draw->render, 0, (ushort)(fetch_count - 1) ); in fse_run()
Ddraw_pt_fetch_emit.c192 unsigned fetch_count, in fetch_emit_run() argument
207 (ushort)fetch_count ); in fetch_emit_run()
219 fetch_count, in fetch_emit_run()
226 for (i = 0; i < fetch_count; i++) { in fetch_emit_run()
235 (ushort)(fetch_count - 1) ); in fetch_emit_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.c392 unsigned fetch_count, in fetch_pipeline_run() argument
404 fetch_info.count = fetch_count; in fetch_pipeline_run()
Ddraw_pt_fetch_shade_pipeline_llvm.c792 unsigned fetch_count, in llvm_middle_end_run() argument
804 fetch_info.count = fetch_count; in llvm_middle_end_run()
/external/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.h741 unsigned fetch_count; member
752 cf_count(), fetch_count(), region_count(), in node_stats()