Home | History | Annotate | Download | only in functional

Lines Matching refs:xScale

1054 	const tcu::Vec4		xScale				= tcu::Vec4(1.0f, 0.0f, 0.5f, -0.5f);
1062 const tcu::Vec4 scale = isX ? xScale : yScale;
1121 const tcu::Vec4 dx = ((m_coordMax - m_coordMin) / w) * xScale;
1124 const tcu::Vec4 dxThreshold = getDerivateThreshold(m_precision, m_coordMin*xScale, m_coordMax*xScale, dx);
1346 const tcu::Vec4 xScale = tcu::Vec4(1.0f, 0.0f, 0.5f, -0.5f);
1357 const tcu::Vec4 scale = isX ? xScale : yScale;
1410 const tcu::Vec4 dx = ((m_texValueMax - m_texValueMin) / w) * xScale;
1413 const tcu::Vec4 dxThreshold = getDerivateThreshold(m_precision, m_texValueMin*xScale, m_texValueMax*xScale, dx);