Home | History | Annotate | Download | only in functional

Lines Matching refs:yf

356 				const float			yf			= (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight());
357 const float z = (xf + yf) / 2.0f;
451 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight());
452 const float oow = ((xf + yf) < 1.0f)
453 ? projectedTriInterpolate(tcu::Vec3(w[0], w[1], w[2]), tcu::Vec3(w[0], w[1], w[2]), xf, yf)
454 : projectedTriInterpolate(tcu::Vec3(w[3], w[2], w[1]), tcu::Vec3(w[3], w[2], w[1]), 1.0f-xf, 1.0f-yf);
570 const float yf = (float(h-yo-1)+0.5f) / float(h);
571 const tcu::Vec4 color (xf, yf, 0.0f, 1.0f);