Lines Matching refs:val0
56 auto val0 = fMatY * p[0].fY;
59 val0 = fMatX*p[0].fX + val0;
65 val0 = skvx::max(val0, val1);
66 val0 = skvx::max(val0, val2);
67 // At this point: val0 = [r, b, -l, -t] of the device-space bounding box of p0..2.
71 return skvx::all(fCullBounds < val0);
77 auto val0 = fMatY * p[0].fY;
81 val0 = fMatX*p[0].fX + val0;
88 val0 = skvx::max(val0, val1);
90 val0 = skvx::max(val0, val2);
91 // At this point: val0 = [r, b, -l, -t] of the device-space bounding box of p0..3.
95 return skvx::all(fCullBounds < val0);