Home | History | Annotate | Download | only in accuracy

Lines Matching refs:fmtInfo

135 			tcu::TextureFormatInfo	fmtInfo		= tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
136 tcu::Vec4 cBias = fmtInfo.valueMin;
137 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
193 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
223 refParams.colorBias = fmtInfo.lookupBias;
224 refParams.colorScale = fmtInfo.lookupScale;
392 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
393 tcu::Vec4 cBias = fmtInfo.valueMin;
394 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
537 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
555 sampleParams.colorBias = fmtInfo.lookupBias;
556 sampleParams.colorScale = fmtInfo.lookupScale;