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

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit.c122 #define VSPLIT_CREATE_IDX(elts, start, fetch, elt_bias) \
125 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + (int)elt_bias);
130 unsigned start, unsigned fetch, int elt_bias)
133 VSPLIT_CREATE_IDX(elts, start, fetch, elt_bias);
134 /* unlike the uint case this can only happen with elt_bias */
135 if (elt_bias && elt_idx == DRAW_MAX_FETCH_IDX && !vsplit->cache.has_max_fetch) {
145 unsigned start, unsigned fetch, int elt_bias)
148 VSPLIT_CREATE_IDX(elts, start, fetch, elt_bias);
149 /* unlike the uint case this can only happen with elt_bias */
150 if (elt_bias
129 vsplit_add_cache_ubyte(struct vsplit_frontend *vsplit, const ubyte *elts, unsigned start, unsigned fetch, int elt_bias) argument
144 vsplit_add_cache_ushort(struct vsplit_frontend *vsplit, const ushort *elts, unsigned start, unsigned fetch, int elt_bias) argument
164 vsplit_add_cache_uint(struct vsplit_frontend *vsplit, const uint *elts, unsigned start, unsigned fetch, int elt_bias) argument
[all...]
H A Ddraw_pt_vsplit_tmp.h43 const int elt_bias = draw->pt.user.eltBias; local
79 if (elt_bias < 0 && (int) min_index < -elt_bias)
88 fetch_start = min_index + elt_bias;
92 if (fetch_start < min_index || fetch_start < elt_bias)

Completed in 193 milliseconds