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

  /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];
  /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];

Completed in 42 milliseconds