Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit.c122 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_ubyte() argument
127 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + elt_bias); in vsplit_add_cache_ubyte()
129 if (elt_bias && elt_idx == DRAW_MAX_FETCH_IDX && !vsplit->cache.has_max_fetch) { in vsplit_add_cache_ubyte()
139 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_ushort() argument
144 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + elt_bias); in vsplit_add_cache_ushort()
146 if (elt_bias && elt_idx == DRAW_MAX_FETCH_IDX && !vsplit->cache.has_max_fetch) { in vsplit_add_cache_ushort()
161 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_uint() argument
169 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + elt_bias); in vsplit_add_cache_uint()
Ddraw_pt_vsplit_tmp.h43 const int elt_bias = draw->pt.user.eltBias; in CONCAT() local
79 if (elt_bias < 0 && (int) min_index < -elt_bias) in CONCAT()
88 fetch_start = min_index + elt_bias; in CONCAT()
92 if (fetch_start < min_index || fetch_start < elt_bias) in CONCAT()