Home
last modified time | relevance | path

Searched refs:num_fetch_elts (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit.c59 ushort num_fetch_elts; member
70 vsplit->cache.num_fetch_elts = 0; in vsplit_clear_cache()
78 vsplit->fetch_elts, vsplit->cache.num_fetch_elts, in vsplit_flush_cache()
98 vsplit->cache.draws[hash] = vsplit->cache.num_fetch_elts; in vsplit_add_cache()
101 assert(vsplit->cache.num_fetch_elts < vsplit->segment_size); in vsplit_add_cache()
102 vsplit->fetch_elts[vsplit->cache.num_fetch_elts++] = fetch; in vsplit_add_cache()