• Home
  • Raw
  • Download

Lines Matching refs:resultPixel

2870 			const tcu::Vec4 resultPixel = result.getPixel(x, y);  in verifyImage()  local
2902 if (resultPixel != m_renderColor) in verifyImage()
2904 log << tcu::TestLog::Message << "x: " << x << " y: " << y << " Result: " << resultPixel in verifyImage()
2919 …if ((renderColorHalfOpacity[componentNdx] != 0.0f && resultPixel[componentNdx] <= (renderColorHalf… in verifyImage()
2920 || resultPixel[componentNdx] >= (renderColorHalfOpacity[componentNdx] + threshold)) in verifyImage()
2922 log << tcu::TestLog::Message << "x: " << x << " y: " << y << " Result: " << resultPixel in verifyImage()
2932 if (resultPixel != clearColor) in verifyImage()
2934 log << tcu::TestLog::Message << "x: " << x << " y: " << y << " Result: " << resultPixel in verifyImage()
2949 if (resultPixel != m_renderColor) in verifyImage()
2951 log << tcu::TestLog::Message << "x: " << x << " y: " << y << " Result: " << resultPixel in verifyImage()
2960 if (resultPixel != clearColor) in verifyImage()
2962 log << tcu::TestLog::Message << "x: " << x << " y: " << y << " Result: " << resultPixel in verifyImage()
3077 const tcu::Vec4 resultPixel = result.getPixel(x, y); in verifyImage() local
3104 …if (m_renderColor[componentNdx] != 0.0f && (resultPixel[componentNdx] <= expectedPixel[componentNd… in verifyImage()
3105 || resultPixel[componentNdx] >= expectedPixel[componentNdx] * (1.0f + threshold))) in verifyImage()
3111 log << tcu::TestLog::Message << "x: " << x << " y: " << y << " Result: " << resultPixel in verifyImage()
3134 …if (m_renderColor[componentNdx] != 0.0f && (resultPixel[componentNdx] <= m_renderColor[componentNd… in verifyImage()
3135 … || resultPixel[componentNdx] >= m_renderColor[componentNdx] * (maxCoverage + threshold))) in verifyImage()
3141 log << tcu::TestLog::Message << "x: " << x << " y: " << y << " Result: " << resultPixel in verifyImage()
3148 if (resultPixel != clearColor) in verifyImage()
3150 log << tcu::TestLog::Message << "x: " << x << " y: " << y << " Result: " << resultPixel in verifyImage()