HomeSort by relevance Sort by last modified time
    Searched defs:draw_elts (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit.c 52 ushort draw_elts[SEGMENT_SIZE]; member in struct:vsplit_frontend
81 vsplit->draw_elts, vsplit->cache.num_draw_elts, flags);
106 vsplit->draw_elts[vsplit->cache.num_draw_elts++] = vsplit->cache.draws[hash];
draw_pt_vsplit_tmp.h 45 const ushort *draw_elts = NULL; local
57 if (min_index == 0 && sizeof(ib[0]) == sizeof(draw_elts[0])) {
67 draw_elts = (const ushort *) (ib + istart);
70 /* have to go through vsplit->draw_elts */
95 if (!draw_elts) {
103 vsplit->draw_elts[i] = (ushort) idx;
113 vsplit->draw_elts[i] = (ushort) (idx - min_index);
117 draw_elts = vsplit->draw_elts;
122 draw_elts, icount, 0x0)
    [all...]

Completed in 231 milliseconds