Home | History | Annotate | Download | only in functional

Lines Matching refs:fmtInfo

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