Home | History | Annotate | Download | only in functional

Lines Matching refs:isX

1060 		const bool			isX			= m_func == DERIVATE_DFDX;
1061 const float div = isX ? float(result.getWidth()) : float(result.getHeight());
1062 const tcu::Vec4 scale = isX ? xScale : yScale;
1355 const bool isX = m_func == DERIVATE_DFDX;
1356 const float div = isX ? w : h;
1357 const tcu::Vec4 scale = isX ? xScale : yScale;