Home | History | Annotate | Download | only in image

Lines Matching refs:yMax

199 	const int yMax = imageSize.y() - 1;
205 const tcu::IVec4 color(x^y^z, (xMax - x)^y^z, x^(yMax - y)^z, (xMax - x)^(yMax - y)^z);
359 const std::string yMax = de::toString(m_texture.size().y() - 1);
364 + "gx^(" + yMax + "-gy)^gz, "
365 + "(" + xMax + "-gx)^(" + yMax + "-gy)^gz)";