Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_aaline.c59 GLfloat ex3, ey3; member
302 GLfloat cross3 = (info->ex3 * fy3 - info->ey3 * fx3); in compute_coveragef()
313 cross3 = info->ex3 + info->ey3; in compute_coveragef()
366 line->ey3 = line->qy0 - line->qy3; in segment()