Home | History | Annotate | Download | only in functional

Lines Matching defs:srcFormat

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