Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit.c59 boolean has_max_fetch; member
71 vsplit->cache.has_max_fetch = FALSE; in vsplit_clear_cache()
135 if (elt_bias && elt_idx == DRAW_MAX_FETCH_IDX && !vsplit->cache.has_max_fetch) { in vsplit_add_cache_ubyte()
138 vsplit->cache.has_max_fetch = TRUE; in vsplit_add_cache_ubyte()
150 if (elt_bias && elt_idx == DRAW_MAX_FETCH_IDX && !vsplit->cache.has_max_fetch) { in vsplit_add_cache_ushort()
153 vsplit->cache.has_max_fetch = TRUE; in vsplit_add_cache_ushort()
170 if (elt_idx == DRAW_MAX_FETCH_IDX && !vsplit->cache.has_max_fetch) { in vsplit_add_cache_uint()
174 vsplit->cache.has_max_fetch = TRUE; in vsplit_add_cache_uint()