Lines Matching refs:srcFormat
332 …BlitColorConversionCase (Context& context, const char* name, const char* desc, deUint32 srcFormat,… in BlitColorConversionCase() argument
334 , m_srcFormat (srcFormat) in BlitColorConversionCase()
349 tcu::TextureFormat srcFormat = glu::mapGLInternalFormat(m_srcFormat); in render() local
351 glu::DataType srcOutputType = getFragmentOutputType(srcFormat); in render()
355 tcu::TextureFormatInfo srcFmtRangeInfo = tcu::getTextureFormatInfo(srcFormat); in render()
357 …tcu::BVec4 copyMask = tcu::logicalAnd(getChannelMask(srcFormat.order), getChannelMask(dstForm… in render()
429 const tcu::TextureFormat srcFormat = glu::mapGLInternalFormat(m_srcFormat); in compare() local
431 const bool srcIsSRGB = tcu::isSRGB(srcFormat); in compare()
438 threshold = getToSRGBConversionThreshold(srcFormat, dstFormat); in compare()
442 const tcu::RGBA srcMaxDiff = getFormatThreshold(srcFormat) * (srcIsSRGB ? 2 : 1); in compare()
1022 deUint32 srcFormat = colorFormats[srcFmtNdx]; in init() local
1023 tcu::TextureFormat srcTexFmt = glu::mapGLInternalFormat(srcFormat); in init()
1035 string name = string(getFormatName(srcFormat)) + "_to_" + getFormatName(dstFormat); in init()
1037 …conversionGroup->addChild(new BlitColorConversionCase(m_context, name.c_str(), "", srcFormat, dstF… in init()