Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_aatritemp.h142 span.attrStepY[VARYING_SLOT_POS][3] = plane_dy(wPlane);
160 span.attrStepY[attr][c] = plane_dy(attrPlane[attr][c]);
Ds_aatriangle.c139 plane_dy(const GLfloat plane[4]) in plane_dy() function