Home
last modified time | relevance | path

Searched refs:linearToSRGB (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/common/
DtcuTextureUtil.hpp50 Vec4 linearToSRGB (const Vec4& cl);
DtcuTextureUtil.cpp94 Vec4 linearToSRGB (const Vec4& cl) in linearToSRGB() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp200 clearColor = tcu::linearToSRGB(clearColor); in ReferenceRenderer()
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp656 combinedColor = tcu::linearToSRGB(combinedColor); in executeColorWrite()
701 newColor = tcu::linearToSRGB(newColor); in executeMaskedColorWrite()
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp2242 tcu::clear(access, tcu::linearToSRGB(color)); in clear()
2458 reference.setPixel(tcu::linearToSRGB(color), x, y); in renderReferenceImages()
2604 …anyNotEqual(tcu::logicalAnd(lessThanEqual(tcu::absDiff(resColor, tcu::linearToSRGB(refColor)), thr… in comparePixelToColorClearValue()
2813 … Vec4 minRefColor = srgb ? tcu::linearToSRGB(valueMax * minUvs + valueMin * (Vec4(1.0f) - minUvs)) in checkColorRenderQuad()
2815 … Vec4 maxRefColor = srgb ? tcu::linearToSRGB(valueMax * maxUvs + valueMin * (Vec4(1.0f) - maxUvs)) in checkColorRenderQuad()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3068 dst.setPixel((dstIsSRGB && convertSRGB) ? tcu::linearToSRGB(p) : p, x, y); in blitResolveMultisampleFramebuffer()
3228 dst.setPixel((dstIsSRGB && convertSRGB) ? tcu::linearToSRGB(p) : p, xo, yo); in blitFramebuffer()
3375 …Vec4 c = (isSRGB && m_sRGBUpdateEnabled) ? tcu::linearToSRGB(m_clearColor) : m_clearColor; in clear()
3486 color = tcu::linearToSRGB(color); in clearBufferfv()
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp423 dst.setPixel(isSRGB ? tcu::linearToSRGB(color) : color, x, y); in renderFloatReference()
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp426 const tcu::Vec4 sRGB = tcu::linearToSRGB(normalizedRange); in mapToFormatColorRepresentable()