/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pt_vsplit_tmp.h | 46 const ushort *draw_elts = NULL; local 52 if (min_index == 0 && sizeof(ib[0]) == sizeof(draw_elts[0])) { 62 draw_elts = (const ushort *) ib; 65 /* have to go through vsplit->draw_elts */ 86 if (!draw_elts) { 94 vsplit->draw_elts[i] = (ushort) idx; 104 vsplit->draw_elts[i] = (ushort) (idx - min_index); 108 draw_elts = vsplit->draw_elts; 113 draw_elts, icount, 0x0) [all...] |
draw_pt_vsplit.c | 50 ushort draw_elts[SEGMENT_SIZE]; member in struct:vsplit_frontend 79 vsplit->draw_elts, vsplit->cache.num_draw_elts, flags); 105 vsplit->draw_elts[vsplit->cache.num_draw_elts++] = vsplit->cache.draws[hash];
|
draw_pt.h | 99 const ushort *draw_elts, 114 const ushort *draw_elts,
|
draw_pt_fetch_emit.c | 186 const ushort *draw_elts, 233 draw_elts, 303 const ushort *draw_elts, 338 draw_elts,
|
draw_pt_fetch_shade_emit.c | 248 const ushort *draw_elts, 289 draw_elts, 306 const ushort *draw_elts, 336 draw_elts,
|
draw_pt_fetch_shade_pipeline.c | 297 const ushort *draw_elts, 313 prim_info.elts = draw_elts; 354 const ushort *draw_elts, 370 prim_info.elts = draw_elts;
|
draw_pt_fetch_shade_pipeline_llvm.c | 309 const ushort *draw_elts, 325 prim_info.elts = draw_elts; 367 const ushort *draw_elts, 383 prim_info.elts = draw_elts;
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt_vsplit_tmp.h | 46 const ushort *draw_elts = NULL; local 52 if (min_index == 0 && sizeof(ib[0]) == sizeof(draw_elts[0])) { 62 draw_elts = (const ushort *) ib; 65 /* have to go through vsplit->draw_elts */ 86 if (!draw_elts) { 94 vsplit->draw_elts[i] = (ushort) idx; 104 vsplit->draw_elts[i] = (ushort) (idx - min_index); 108 draw_elts = vsplit->draw_elts; 113 draw_elts, icount, 0x0) [all...] |
draw_pt_vsplit.c | 50 ushort draw_elts[SEGMENT_SIZE]; member in struct:vsplit_frontend 79 vsplit->draw_elts, vsplit->cache.num_draw_elts, flags); 105 vsplit->draw_elts[vsplit->cache.num_draw_elts++] = vsplit->cache.draws[hash];
|
draw_pt.h | 99 const ushort *draw_elts, 114 const ushort *draw_elts,
|
draw_pt_fetch_emit.c | 186 const ushort *draw_elts, 233 draw_elts, 303 const ushort *draw_elts, 338 draw_elts,
|
draw_pt_fetch_shade_emit.c | 248 const ushort *draw_elts, 289 draw_elts, 306 const ushort *draw_elts, 336 draw_elts,
|
draw_pt_fetch_shade_pipeline.c | 297 const ushort *draw_elts, 313 prim_info.elts = draw_elts; 354 const ushort *draw_elts, 370 prim_info.elts = draw_elts;
|
draw_pt_fetch_shade_pipeline_llvm.c | 309 const ushort *draw_elts, 325 prim_info.elts = draw_elts; 367 const ushort *draw_elts, 383 prim_info.elts = draw_elts;
|