Searched defs:sPlane (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c191 compute_lambda(const GLfloat sPlane[4], const GLfloat tPlane[4], argument
194 GLfloat dudx = sPlane[0] / sPlane[2] * invQ * width;
195 GLfloat dudy = sPlane[1] / sPlane[2] * invQ * width;

Completed in 48 milliseconds