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