Home | History | Annotate | Download | only in functional

Lines Matching defs:fmtInfo

684 			tcu::TextureFormatInfo	fmtInfo		= tcu::getTextureFormatInfo(is2d ? m_textures2d.back()->getFormat() : m_texturesCube.back()->getFormat());
685 Vec4 cBias = fmtInfo.valueMin;
686 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;