Searched refs:draw_elts (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_vsplit_tmp.h | 45 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()
|
D | draw_pt_fetch_shade_emit.c | 250 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()
|
D | draw_pt_vsplit.c | 52 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()
|
D | draw_pt.h | 106 const ushort *draw_elts, 121 const ushort *draw_elts,
|
D | draw_pt_fetch_shade_pipeline.c | 383 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()
|
D | draw_pt_fetch_shade_pipeline_llvm.c | 797 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()
|