Searched defs:posEps (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp2015 const float posEps = 1.0f / float(1<<MIN_SUBPIXEL_BITS); local
2054 const bool tri0 = (wx-posEps)/dstW + (wy-posEps)/dstH <= 1.0f;
2055 const bool tri1 = (wx+posEps)/dstW + (wy+posEps)/dstH >= 1.0f;
2195 const float posEps = 1.0f / float(1<<MIN_SUBPIXEL_BITS); local
2228 const bool tri0 = (wx-posEps)/dstW + (wy-posEps)/dstH <= 1.0f;
2229 const bool tri1 = (wx+posEps)/dstW + (wy+posEps)/dst
2662 const float posEps = 1.0f / float((1<<4) + 1); // ES3 requires at least 4 subpixel bits. local
[all...]

Completed in 34 milliseconds