Searched refs:refVal1 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 480 const Vec4 refVal1 = select(Vec4(1.0f), Vec4(0.0f), cmpTrue1); in isTrilinearPCFCompareValid() local 490 const float v10 = bilinearInterpolate(refVal1, xBounds1.x(), yBounds1.x()); in isTrilinearPCFCompareValid() 491 const float v11 = bilinearInterpolate(refVal1, xBounds1.y(), yBounds1.x()); in isTrilinearPCFCompareValid() 492 const float v12 = bilinearInterpolate(refVal1, xBounds1.x(), yBounds1.y()); in isTrilinearPCFCompareValid() 493 const float v13 = bilinearInterpolate(refVal1, xBounds1.y(), yBounds1.y()); in isTrilinearPCFCompareValid()
|