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

/external/deqp/modules/gles31/functional/
H A Des31fShaderHelperInvocationTests.cpp393 const tcu::RGBA resPix = result.getPixel(x, y); local
394 const bool isBg = tcu::compareThreshold(resPix, bgRef, threshold);
395 const bool isFg = tcu::compareThreshold(resPix, fgRef, threshold);
592 const tcu::RGBA resPix = result.getPixel(x, y); local
593 const bool isBg = tcu::compareThreshold(resPix, bgRef, isBgThreshold);
594 const bool isFg = tcu::compareThreshold(resPix, fgRef, isFgThreshold);
595 const bool nonZeroDeriv = resPix.getBlue() > 0;
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp1745 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
1749 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold)))
1785 const bool isOk = tcu::isLookupResultValid(src, sampleParams.sampler, lookupPrec, coord, clampedLod, resPix);
1850 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
1854 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold)))
1895 const bool isOk = tcu::isLookupResultValid(src, sampleParams.sampler, lookupPrec, coord, clampedLod, resPix);
2043 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
2047 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold)))
2106 if (tcu::isLookupResultValid(src, sampleParams.sampler, lookupPrec, coord, clampedLod, resPix))
2217 const tcu::Vec4 resPix local
2384 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
2493 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
2690 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
2856 const tcu::Vec4 resPix = result.getPixel(px, py); local
2970 const tcu::Vec4 resPix = result.getPixel(px, py); local
3092 const tcu::Vec4 resPix = result.getPixel(px, py); local
[all...]

Completed in 375 milliseconds