Searched refs:resultPixel (Results 1 – 2 of 2) sorted by relevance
962 const tcu::Vec4 resultPixel = result.getPixel(x, y); in validateResultImage() local963 const tcu::Vec4 resultColor = (resultPixel - lookupBias) / lookupScale; in validateResultImage()
1133 const tcu::Vec4 resultPixel = renderedFrame.getPixel(px, py); in verifyTextureGatherResult() local1134 …const tcu::Vec4 resultValue = (resultPixel - samplerParams.colorBias) / samplerParams.colorScal… in verifyTextureGatherResult()1139 tcu::greaterThan(tcu::absDiff(resultPixel, referencePixel), in verifyTextureGatherResult()