Home | History | Annotate | Download | only in functional

Lines Matching refs:fmtInfo

175 			tcu::TextureFormatInfo	fmtInfo		= tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
176 tcu::Vec4 cBias = fmtInfo.valueMin;
177 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
266 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
280 refParams.colorBias = fmtInfo.lookupBias;
281 refParams.colorScale = fmtInfo.lookupScale;
438 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
439 tcu::Vec4 cBias = fmtInfo.valueMin;
440 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
539 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
559 sampleParams.colorBias = fmtInfo.lookupBias;
560 sampleParams.colorScale = fmtInfo.lookupScale;