Home
last modified time | relevance | path

Searched refs:refVal0 (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp481 const Vec4 refVal0 = select(Vec4(1.0f), Vec4(0.0f), cmpTrue0); in isTrilinearPCFCompareValid() local
485 const float v00 = bilinearInterpolate(refVal0, xBounds0.x(), yBounds0.x()); in isTrilinearPCFCompareValid()
486 const float v01 = bilinearInterpolate(refVal0, xBounds0.y(), yBounds0.x()); in isTrilinearPCFCompareValid()
487 const float v02 = bilinearInterpolate(refVal0, xBounds0.x(), yBounds0.y()); in isTrilinearPCFCompareValid()
488 const float v03 = bilinearInterpolate(refVal0, xBounds0.y(), yBounds0.y()); in isTrilinearPCFCompareValid()