Home | History | Annotate | Download | only in glsl

Lines Matching refs:edge0

1310 	 const float edge0 = op[0]->value.f[e];
1312 if (edge0 == edge1) {
1315 const float numerator = op[2]->value.f[c] - edge0;
1316 const float denominator = edge1 - edge0;