Home
last modified time | relevance | path

Searched refs:rMin (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgBinaryOps.cpp747 T rMin = GetRandom()(rnd, T(-4), T(4)); in operator ()() local
748 T rMax = rMin+rLen; in operator ()()
753 aMin = rMin; in operator ()()
755 bMin = rMin; in operator ()()
760 // Compute range that is less than rMin..rMax in operator ()()
763 aMax = rMin - getStep<T>(); in operator ()()
766 bMin = rMin; in operator ()()
771 // Compute range that is greater than or equal to rMin..rMax in operator ()()
777 bMin = rMin; in operator ()()
803 T rMin in operator ()() local
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuTexLookupVerifier.cpp259 const Vec4 rMin = result - prec.colorThreshold; in isLinearRangeValid() local
271 const bool sMin0 = i0[compNdx] >= rMin[compNdx]; in isLinearRangeValid()
272 const bool sMin1 = i1[compNdx] >= rMin[compNdx]; in isLinearRangeValid()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp1041 int rMin = de::min(a.getRed(), b.getRed()); in rangeDiff() local
1050 return tcu::RGBA(rangeDiff(p.getRed(), rMin, rMax), in rangeDiff()

Completed in 16 milliseconds