Home | History | Annotate | Download | only in common

Lines Matching refs:y1

323 	const float			y1			= yBounds.y();
346 const float v2 = bilinearInterpolate(refVal, x0, y1);
347 const float v3 = bilinearInterpolate(refVal, x1, y1);
606 const int y1 = wrap(sampler.wrapT, j+1, h);
616 lookupDepth(level, sampler, x0, y1, coordZ),
617 lookupDepth(level, sampler, x1, y1, coordZ));
745 const int y1 = wrap(sampler.wrapT, j0+1, h0);
749 depths0[2] = lookupDepth(level0, sampler, x0, y1, coordZ);
750 depths0[3] = lookupDepth(level0, sampler, x1, y1, coordZ);
767 const int y1 = wrap(sampler.wrapT, j1+1, h1);
771 depths1[2] = lookupDepth(level1, sampler, x0, y1, coordZ);
772 depths1[3] = lookupDepth(level1, sampler, x1, y1, coordZ);