/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
D | draw_pt_vsplit_tmp.h | 46 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()
|
D | draw_pt_vsplit.c | 50 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()
|
D | draw_pt_fetch_emit.c | 186 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()
|
D | draw_pt_fetch_shade_emit.c | 248 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()
|
D | draw_pt.h | 99 const ushort *draw_elts, 114 const ushort *draw_elts,
|
D | draw_pt_fetch_shade_pipeline.c | 297 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()
|
D | draw_pt_fetch_shade_pipeline_llvm.c | 309 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/ |
D | draw_pt_vsplit_tmp.h | 46 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()
|
D | draw_pt_vsplit.c | 50 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()
|
D | draw_pt_fetch_emit.c | 186 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()
|
D | draw_pt_fetch_shade_emit.c | 248 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()
|
D | draw_pt.h | 99 const ushort *draw_elts, 114 const ushort *draw_elts,
|
D | draw_pt_fetch_shade_pipeline.c | 297 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()
|
D | draw_pt_fetch_shade_pipeline_llvm.c | 309 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()
|