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 #define VSPLIT_CREATE_IDX(elts, start, fetch, elt_bias) \ argument
125 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + (int)elt_bias);
130 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_ubyte() argument
133 VSPLIT_CREATE_IDX(elts, start, fetch, elt_bias); in vsplit_add_cache_ubyte()
135 if (elt_bias && elt_idx == DRAW_MAX_FETCH_IDX && !vsplit->cache.has_max_fetch) { in vsplit_add_cache_ubyte()
145 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_ushort() argument
148 VSPLIT_CREATE_IDX(elts, start, fetch, elt_bias); in vsplit_add_cache_ushort()
150 if (elt_bias && elt_idx == DRAW_MAX_FETCH_IDX && !vsplit->cache.has_max_fetch) { in vsplit_add_cache_ushort()
165 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_uint() argument
168 VSPLIT_CREATE_IDX(elts, start, fetch, 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()