Home
last modified time | relevance | path

Searched refs:srcIsSRGB (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp429 const bool srcIsSRGB = tcu::isSRGB(srcFormat); in compare() local
440 const tcu::RGBA srcMaxDiff = getFormatThreshold(srcFormat) * (srcIsSRGB ? 2 : 1); in compare()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3044 bool srcIsSRGB = tcu::isSRGB(src.raw().getFormat()); in blitResolveMultisampleFramebuffer() local
3065 if (dstIsFloat || srcIsSRGB) in blitResolveMultisampleFramebuffer()
3197 bool srcIsSRGB = tcu::isSRGB(src.getFormat()); in blitFramebuffer() local
3225 if (dstIsFloat || srcIsSRGB || filter == tcu::Sampler::LINEAR) in blitFramebuffer()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp1997 const bool srcIsSRGB = tcu::isSRGB(srcFormat); in checkLinearFilteredResult() local
1998 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f); in checkLinearFilteredResult()
3002 const bool srcIsSRGB = tcu::isSRGB(srcFormat); in checkLinearFilteredResult() local
3003 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f); in checkLinearFilteredResult()