Home
last modified time | relevance | path

Searched refs:draw_elts (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit_tmp.h45 const ushort *draw_elts = NULL; in CONCAT() local
57 if (min_index == 0 && sizeof(ib[0]) == sizeof(draw_elts[0])) { in CONCAT()
67 draw_elts = (const ushort *) (ib + istart); in CONCAT()
95 if (!draw_elts) { in CONCAT()
103 vsplit->draw_elts[i] = (ushort) idx; in CONCAT()
113 vsplit->draw_elts[i] = (ushort) (idx - min_index); in CONCAT()
117 draw_elts = vsplit->draw_elts; in CONCAT()
122 draw_elts, icount, 0x0); in CONCAT()
Ddraw_pt_fetch_shade_emit.c250 const ushort *draw_elts, in fse_run() argument
286 draw->render->draw_elements(draw->render, draw_elts, draw_count); in fse_run()
301 const ushort *draw_elts, in fse_run_linear_elts() argument
328 draw->render->draw_elements(draw->render, draw_elts, draw_count); in fse_run_linear_elts()
Ddraw_pt_vsplit.c52 ushort draw_elts[SEGMENT_SIZE]; member
82 vsplit->draw_elts, vsplit->cache.num_draw_elts, flags); in vsplit_flush_cache()
108 vsplit->draw_elts[vsplit->cache.num_draw_elts++] = vsplit->cache.draws[hash]; in vsplit_add_cache()
Ddraw_pt.h106 const ushort *draw_elts,
121 const ushort *draw_elts,
Ddraw_pt_fetch_shade_pipeline.c383 const ushort *draw_elts, in fetch_pipeline_run() argument
399 prim_info.elts = draw_elts; in fetch_pipeline_run()
441 const ushort *draw_elts, in fetch_pipeline_linear_run_elts() argument
457 prim_info.elts = draw_elts; in fetch_pipeline_linear_run_elts()
Ddraw_pt_fetch_shade_pipeline_llvm.c797 const ushort *draw_elts, in llvm_middle_end_run() argument
813 prim_info.elts = draw_elts; in llvm_middle_end_run()
855 const ushort *draw_elts, in llvm_middle_end_linear_run_elts() argument
871 prim_info.elts = draw_elts; in llvm_middle_end_linear_run_elts()