Searched refs:srcIsSRGB (Results 1 – 2 of 2) 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()