Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit_tmp.h44 const int elt_bias = draw->pt.user.eltBias; in CONCAT() local
74 if (elt_bias < 0 && min_index < -elt_bias) in CONCAT()
83 fetch_start = min_index + elt_bias; in CONCAT()