Home
last modified time | relevance | path

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

/external/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_emit.c193 const ushort *draw_elts, in fetch_emit_run() argument
241 draw_elts, in fetch_emit_run()
312 const ushort *draw_elts, in fetch_emit_run_linear_elts() argument
348 draw_elts, in fetch_emit_run_linear_elts()
Ddraw_pt_fetch_shade_emit.c254 const ushort *draw_elts, in fse_run() argument
295 draw_elts, in fse_run()
312 const ushort *draw_elts, in fse_run_linear_elts() argument
342 draw_elts, in fse_run_linear_elts()
Ddraw_pt.h106 const ushort *draw_elts,
121 const ushort *draw_elts,
Ddraw_pt_vsplit.c52 ushort draw_elts[SEGMENT_SIZE]; member
81 vsplit->draw_elts, vsplit->cache.num_draw_elts, flags); in vsplit_flush_cache()
106 vsplit->draw_elts[vsplit->cache.num_draw_elts++] = vsplit->cache.draws[hash]; in vsplit_add_cache()
Ddraw_pt_fetch_shade_pipeline.c376 const ushort *draw_elts, in fetch_pipeline_run() argument
392 prim_info.elts = draw_elts; in fetch_pipeline_run()
435 const ushort *draw_elts, in fetch_pipeline_linear_run_elts() argument
451 prim_info.elts = draw_elts; in fetch_pipeline_linear_run_elts()
Ddraw_pt_fetch_shade_pipeline_llvm.c491 const ushort *draw_elts, in llvm_middle_end_run() argument
507 prim_info.elts = draw_elts; in llvm_middle_end_run()
549 const ushort *draw_elts, in llvm_middle_end_linear_run_elts() argument
565 prim_info.elts = draw_elts; in llvm_middle_end_linear_run_elts()