Searched refs:srcIsSRGB (Results 1 – 3 of 3) sorted by relevance
429 const bool srcIsSRGB = tcu::isSRGB(srcFormat); in compare() local440 const tcu::RGBA srcMaxDiff = getFormatThreshold(srcFormat) * (srcIsSRGB ? 2 : 1); in compare()
3044 bool srcIsSRGB = tcu::isSRGB(src.raw().getFormat()); in blitResolveMultisampleFramebuffer() local3065 if (dstIsFloat || srcIsSRGB) in blitResolveMultisampleFramebuffer()3197 bool srcIsSRGB = tcu::isSRGB(src.getFormat()); in blitFramebuffer() local3225 if (dstIsFloat || srcIsSRGB || filter == tcu::Sampler::LINEAR) in blitFramebuffer()
1997 const bool srcIsSRGB = tcu::isSRGB(srcFormat); in checkLinearFilteredResult() local1998 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f); in checkLinearFilteredResult()3002 const bool srcIsSRGB = tcu::isSRGB(srcFormat); in checkLinearFilteredResult() local3003 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f); in checkLinearFilteredResult()