Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit_tmp.h46 const ushort *draw_elts = NULL; in CONCAT() local
52 if (min_index == 0 && sizeof(ib[0]) == sizeof(draw_elts[0])) { in CONCAT()
62 draw_elts = (const ushort *) ib; in CONCAT()
86 if (!draw_elts) { in CONCAT()
94 vsplit->draw_elts[i] = (ushort) idx; in CONCAT()
104 vsplit->draw_elts[i] = (ushort) (idx - min_index); in CONCAT()
108 draw_elts = vsplit->draw_elts; in CONCAT()
113 draw_elts, icount, 0x0); in CONCAT()
Ddraw_pt_vsplit.c50 ushort draw_elts[SEGMENT_SIZE]; member
79 vsplit->draw_elts, vsplit->cache.num_draw_elts, flags); in vsplit_flush_cache()
105 vsplit->draw_elts[vsplit->cache.num_draw_elts++] = vsplit->cache.draws[hash]; in vsplit_add_cache()
Ddraw_pt_fetch_emit.c186 const ushort *draw_elts, in fetch_emit_run() argument
233 draw_elts, in fetch_emit_run()
303 const ushort *draw_elts, in fetch_emit_run_linear_elts() argument
338 draw_elts, in fetch_emit_run_linear_elts()
Ddraw_pt_fetch_shade_emit.c248 const ushort *draw_elts, in fse_run() argument
289 draw_elts, in fse_run()
306 const ushort *draw_elts, in fse_run_linear_elts() argument
336 draw_elts, in fse_run_linear_elts()
Ddraw_pt.h99 const ushort *draw_elts,
114 const ushort *draw_elts,
Ddraw_pt_fetch_shade_pipeline.c297 const ushort *draw_elts, in fetch_pipeline_run() argument
313 prim_info.elts = draw_elts; in fetch_pipeline_run()
354 const ushort *draw_elts, in fetch_pipeline_linear_run_elts() argument
370 prim_info.elts = draw_elts; in fetch_pipeline_linear_run_elts()
Ddraw_pt_fetch_shade_pipeline_llvm.c309 const ushort *draw_elts, in llvm_middle_end_run() argument
325 prim_info.elts = draw_elts; in llvm_middle_end_run()
367 const ushort *draw_elts, in llvm_middle_end_linear_run_elts() argument
383 prim_info.elts = draw_elts; in llvm_middle_end_linear_run_elts()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit_tmp.h46 const ushort *draw_elts = NULL; in CONCAT() local
52 if (min_index == 0 && sizeof(ib[0]) == sizeof(draw_elts[0])) { in CONCAT()
62 draw_elts = (const ushort *) ib; in CONCAT()
86 if (!draw_elts) { in CONCAT()
94 vsplit->draw_elts[i] = (ushort) idx; in CONCAT()
104 vsplit->draw_elts[i] = (ushort) (idx - min_index); in CONCAT()
108 draw_elts = vsplit->draw_elts; in CONCAT()
113 draw_elts, icount, 0x0); in CONCAT()
Ddraw_pt_vsplit.c50 ushort draw_elts[SEGMENT_SIZE]; member
79 vsplit->draw_elts, vsplit->cache.num_draw_elts, flags); in vsplit_flush_cache()
105 vsplit->draw_elts[vsplit->cache.num_draw_elts++] = vsplit->cache.draws[hash]; in vsplit_add_cache()
Ddraw_pt_fetch_emit.c186 const ushort *draw_elts, in fetch_emit_run() argument
233 draw_elts, in fetch_emit_run()
303 const ushort *draw_elts, in fetch_emit_run_linear_elts() argument
338 draw_elts, in fetch_emit_run_linear_elts()
Ddraw_pt_fetch_shade_emit.c248 const ushort *draw_elts, in fse_run() argument
289 draw_elts, in fse_run()
306 const ushort *draw_elts, in fse_run_linear_elts() argument
336 draw_elts, in fse_run_linear_elts()
Ddraw_pt.h99 const ushort *draw_elts,
114 const ushort *draw_elts,
Ddraw_pt_fetch_shade_pipeline.c297 const ushort *draw_elts, in fetch_pipeline_run() argument
313 prim_info.elts = draw_elts; in fetch_pipeline_run()
354 const ushort *draw_elts, in fetch_pipeline_linear_run_elts() argument
370 prim_info.elts = draw_elts; in fetch_pipeline_linear_run_elts()
Ddraw_pt_fetch_shade_pipeline_llvm.c309 const ushort *draw_elts, in llvm_middle_end_run() argument
325 prim_info.elts = draw_elts; in llvm_middle_end_run()
367 const ushort *draw_elts, in llvm_middle_end_linear_run_elts() argument
383 prim_info.elts = draw_elts; in llvm_middle_end_linear_run_elts()