Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/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()
/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()