Home | History | Annotate | Download | only in swrast

Lines Matching refs:rowMask

1422    const GLint rowMask = img->Height - 1;
1436 GLint j = IFLOOR(texcoords[k][1] * height) & rowMask;
1467 const GLint rowMask = img->Height - 1;
1481 const GLint row = IFLOOR(texcoords[i][1] * height) & rowMask;