HomeSort by relevance Sort by last modified time
    Searched defs:vsplit (Results 1 - 4 of 4) 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_private.h 155 struct draw_pt_front_end *vsplit; member in struct:draw_context::__anon12542::__anon12544
  /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_private.h 155 struct draw_pt_front_end *vsplit; member in struct:draw_context::__anon23009::__anon23011

Completed in 196 milliseconds