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

/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c193 compute_lambda(const GLfloat sPlane[4], const GLfloat tPlane[4], argument
198 GLfloat dvdx = tPlane[0] / tPlane[2] * invQ * height;
199 GLfloat dvdy = tPlane[1] / tPlane[2] * invQ * height;

Completed in 113 milliseconds