Searched refs:fetch_count (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt.h105 unsigned fetch_count,
120 unsigned fetch_count,
H A Ddraw_pt_fetch_emit.c192 unsigned fetch_count,
207 (ushort)fetch_count );
219 fetch_count,
226 for (i = 0; i < fetch_count; i++) {
235 (ushort)(fetch_count - 1) );
190 fetch_emit_run(struct draw_pt_middle_end * middle,const unsigned * fetch_elts,unsigned fetch_count,const ushort * draw_elts,unsigned draw_count,unsigned prim_flags) argument
H A Ddraw_pt_fetch_shade_emit.c253 unsigned fetch_count,
268 (ushort)fetch_count ))
279 fetch_count,
284 for (i = 0; i < fetch_count; i++) {
292 draw->render->unmap_vertices( draw->render, 0, (ushort)(fetch_count - 1) );
251 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) argument
H A Ddraw_pt_vsplit_tmp.h44 unsigned fetch_start, fetch_count; local in function:CONCAT
89 fetch_count = max_index - min_index + 1;
121 fetch_start, fetch_count,
H A Ddraw_pt_fetch_shade_pipeline.c392 unsigned fetch_count,
404 fetch_info.count = fetch_count;
390 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) argument
H A Ddraw_pt_fetch_shade_pipeline_llvm.c511 unsigned fetch_count,
523 fetch_info.count = fetch_count;
509 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) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt.h105 unsigned fetch_count,
120 unsigned fetch_count,
H A Ddraw_pt_fetch_shade_emit.c253 unsigned fetch_count,
268 (ushort)fetch_count ))
279 fetch_count,
284 for (i = 0; i < fetch_count; i++) {
292 draw->render->unmap_vertices( draw->render, 0, (ushort)(fetch_count - 1) );
251 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) argument
H A Ddraw_pt_vsplit_tmp.h44 unsigned fetch_start, fetch_count; local in function:CONCAT
89 fetch_count = max_index - min_index + 1;
121 fetch_start, fetch_count,
H A Ddraw_pt_fetch_shade_pipeline.c394 unsigned fetch_count,
406 fetch_info.count = fetch_count;
392 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) argument
H A Ddraw_pt_fetch_shade_pipeline_llvm.c804 unsigned fetch_count,
816 fetch_info.count = fetch_count;
802 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) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_if_conversion.cpp135 if (s.region_count || s.fetch_count || s.alu_kill_count ||
H A Dsb_ir.cpp467 ++s.fetch_count;
517 sblog << " fetch_count : " << fetch_count << "\n";
H A Dsb_ir.h741 unsigned fetch_count; member in struct:r600_sb::node_stats
752 cf_count(), fetch_count(), region_count(),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_if_conversion.cpp135 if (s.region_count || s.fetch_count || s.alu_kill_count ||
H A Dsb_ir.cpp467 ++s.fetch_count;
517 sblog << " fetch_count : " << fetch_count << "\n";
H A Dsb_ir.h742 unsigned fetch_count; member in struct:r600_sb::node_stats
753 cf_count(), fetch_count(), region_count(),

Completed in 30 milliseconds