Home | History | Annotate | Download | only in functional

Lines Matching defs:fmtInfo

878 			tcu::TextureFormatInfo	fmtInfo		= tcu::getTextureFormatInfo(texFormat);
879 Vec4 cBias = fmtInfo.valueMin;
880 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
950 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fmt);
957 texScales.push_back(fmtInfo.lookupScale);
958 texBiases.push_back(fmtInfo.lookupBias);