Searched defs:ilerp (Results 1 - 2 of 2) sorted by last modified time

/external/mesa3d/src/mesa/swrast/
H A Ds_triangle.c251 ilerp(GLint t, GLint a, GLint b) function
259 const GLint temp0 = ilerp(ia, v00, v10);
260 const GLint temp1 = ilerp(ia, v01, v11);
261 return ilerp(ib, temp0, temp1);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_triangle.c251 ilerp(GLint t, GLint a, GLint b) function
259 const GLint temp0 = ilerp(ia, v00, v10);
260 const GLint temp1 = ilerp(ia, v01, v11);
261 return ilerp(ib, temp0, temp1);

Completed in 133 milliseconds