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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit.c 68 vsplit_clear_cache(struct vsplit_frontend *vsplit)
70 memset(vsplit->cache.fetches, 0xff, sizeof(vsplit->cache.fetches));
71 vsplit->cache.has_max_fetch = FALSE;
72 vsplit->cache.num_fetch_elts = 0;
73 vsplit->cache.num_draw_elts = 0;
77 vsplit_flush_cache(struct vsplit_frontend *vsplit, unsigned flags)
79 vsplit->middle->run(vsplit->middle,
80 vsplit->fetch_elts, vsplit->cache.num_fetch_elts
204 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend; local
236 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend; local
253 struct vsplit_frontend *vsplit = CALLOC_STRUCT(vsplit_frontend); local
    [all...]
draw_pt_vsplit_tmp.h 36 CONCAT(vsplit_primitive_, ELT_TYPE)(struct vsplit_frontend *vsplit,
39 struct draw_context *draw = vsplit->draw;
58 if (icount > vsplit->max_vertices)
70 /* have to go through vsplit->draw_elts */
71 if (icount > vsplit->segment_size)
103 vsplit->draw_elts[i] = (ushort) idx;
113 vsplit->draw_elts[i] = (ushort) (idx - min_index);
117 draw_elts = vsplit->draw_elts;
120 return vsplit->middle->run_linear_elts(vsplit->middle
    [all...]
draw_pt.c 50 * - frontend -- prepare fetch_elts, draw_elts - eg vsplit
133 frontend = draw->pt.front.vsplit;
178 draw->pt.front.vsplit = draw_pt_vsplit(draw);
179 if (!draw->pt.front.vsplit)
225 if (draw->pt.front.vsplit) {
226 draw->pt.front.vsplit->destroy( draw->pt.front.vsplit );
227 draw->pt.front.vsplit = NULL;
draw_private.h 171 struct draw_pt_front_end *vsplit; member in struct:draw_context::__anon27527::__anon27529

Completed in 762 milliseconds