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

/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp175 const IVec4 resPix = result.getPixel(x, y).toIVec(); local
176 const IVec4 diff = tcu::abs(refPix - resPix);
/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);
584 const tcu::RGBA resPix = result.getPixel(x, y); local
585 const bool isBg = tcu::compareThreshold(resPix, bgRef, isBgThreshold);
586 const bool isFg = tcu::compareThreshold(resPix, fgRef, isFgThreshold);
587 const bool nonZeroDeriv = resPix.getBlue() > 0;
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1632 const tcu::IVec4 resPix = result.getPixelInt(x, y); local
1634 if (boolAny(notEqual(resPix, refPix)))
/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp1274 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
1278 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold)))
1314 const bool isOk = tcu::isLookupResultValid(src, sampleParams.sampler, lookupPrec, coord, clampedLod, resPix);
1381 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
1385 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold)))
1435 if (tcu::isLookupResultValid(src, sampleParams.sampler, lookupPrec, coord, clampedLod, resPix))
1588 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
1592 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold)))
1651 if (tcu::isLookupResultValid(src, sampleParams.sampler, lookupPrec, coord, clampedLod, resPix))
1762 const tcu::Vec4 resPix local
1929 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
2038 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
2235 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
2401 const tcu::Vec4 resPix = result.getPixel(px, py); local
2515 const tcu::Vec4 resPix = result.getPixel(px, py); local
2637 const tcu::Vec4 resPix = result.getPixel(px, py); local
[all...]

Completed in 159 milliseconds