Searched refs:fetch_count (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_fetch_shade_emit.c | 253 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()
|
D | draw_pt_fetch_emit.c | 192 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()
|
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 | 392 unsigned fetch_count, in fetch_pipeline_run() argument 404 fetch_info.count = fetch_count; in fetch_pipeline_run()
|
D | draw_pt_fetch_shade_pipeline_llvm.c | 792 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/ |
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 | 741 unsigned fetch_count; member 752 cf_count(), fetch_count(), region_count(), in node_stats()
|