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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_vsplit.c 66 vsplit_clear_cache(struct vsplit_frontend *vsplit)
68 memset(vsplit->cache.fetches, 0xff, sizeof(vsplit->cache.fetches));
69 vsplit->cache.has_max_fetch = FALSE;
70 vsplit->cache.num_fetch_elts = 0;
71 vsplit->cache.num_draw_elts = 0;
75 vsplit_flush_cache(struct vsplit_frontend *vsplit, unsigned flags)
77 vsplit->middle->run(vsplit->middle,
78 vsplit->fetch_elts, vsplit->cache.num_fetch_elts
151 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend; local
183 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend; local
200 struct vsplit_frontend *vsplit = CALLOC_STRUCT(vsplit_frontend); local
    [all...]
draw_pt_vsplit_tmp.h 37 CONCAT(vsplit_primitive_, ELT_TYPE)(struct vsplit_frontend *vsplit,
40 struct draw_context *draw = vsplit->draw;
53 if (icount > vsplit->max_vertices)
65 /* have to go through vsplit->draw_elts */
66 if (icount > vsplit->segment_size)
94 vsplit->draw_elts[i] = (ushort) idx;
104 vsplit->draw_elts[i] = (ushort) (idx - min_index);
108 draw_elts = vsplit->draw_elts;
111 return vsplit->middle->run_linear_elts(vsplit->middle
    [all...]
draw_pt.c 49 * - frontend -- prepare fetch_elts, draw_elts - eg vsplit
132 frontend = draw->pt.front.vsplit;
165 draw->pt.front.vsplit = draw_pt_vsplit(draw);
166 if (!draw->pt.front.vsplit)
212 if (draw->pt.front.vsplit) {
213 draw->pt.front.vsplit->destroy( draw->pt.front.vsplit );
214 draw->pt.front.vsplit = NULL;
draw_private.h 155 struct draw_pt_front_end *vsplit; member in struct:draw_context::__anon14433::__anon14435
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit.c 66 vsplit_clear_cache(struct vsplit_frontend *vsplit)
68 memset(vsplit->cache.fetches, 0xff, sizeof(vsplit->cache.fetches));
69 vsplit->cache.has_max_fetch = FALSE;
70 vsplit->cache.num_fetch_elts = 0;
71 vsplit->cache.num_draw_elts = 0;
75 vsplit_flush_cache(struct vsplit_frontend *vsplit, unsigned flags)
77 vsplit->middle->run(vsplit->middle,
78 vsplit->fetch_elts, vsplit->cache.num_fetch_elts
151 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend; local
183 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend; local
200 struct vsplit_frontend *vsplit = CALLOC_STRUCT(vsplit_frontend); local
    [all...]
draw_pt_vsplit_tmp.h 37 CONCAT(vsplit_primitive_, ELT_TYPE)(struct vsplit_frontend *vsplit,
40 struct draw_context *draw = vsplit->draw;
53 if (icount > vsplit->max_vertices)
65 /* have to go through vsplit->draw_elts */
66 if (icount > vsplit->segment_size)
94 vsplit->draw_elts[i] = (ushort) idx;
104 vsplit->draw_elts[i] = (ushort) (idx - min_index);
108 draw_elts = vsplit->draw_elts;
111 return vsplit->middle->run_linear_elts(vsplit->middle
    [all...]
draw_pt.c 49 * - frontend -- prepare fetch_elts, draw_elts - eg vsplit
132 frontend = draw->pt.front.vsplit;
165 draw->pt.front.vsplit = draw_pt_vsplit(draw);
166 if (!draw->pt.front.vsplit)
212 if (draw->pt.front.vsplit) {
213 draw->pt.front.vsplit->destroy( draw->pt.front.vsplit );
214 draw->pt.front.vsplit = NULL;
draw_private.h 155 struct draw_pt_front_end *vsplit; member in struct:draw_context::__anon24777::__anon24779

Completed in 98 milliseconds