Lines Matching full:refval
342 const Vec4 refVal = select(Vec4(1.0f), Vec4(0.0f), cmpTrue);
344 const float v0 = bilinearInterpolate(refVal, x0, y0);
345 const float v1 = bilinearInterpolate(refVal, x1, y0);
346 const float v2 = bilinearInterpolate(refVal, x0, y1);
347 const float v3 = bilinearInterpolate(refVal, x1, y1);