Home | History | Annotate | Download | only in functional

Lines Matching refs:fmtInfo

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