Lines Matching defs:m_precision
575 glu::Precision m_precision;
595 , m_precision (glu::PRECISION_LAST)
889 m_precision = glu::PRECISION_HIGHP;
891 m_coordPrecision = m_precision;
907 fragmentParams["PRECISION"] = glu::getPrecisionName(m_precision);
958 m_precision = precision;
960 m_coordPrecision = m_precision;
975 fragmentParams["OUTPUT_PREC"] = glu::getPrecisionName(packToInt ? glu::PRECISION_HIGHP : m_precision);
976 fragmentParams["PRECISION"] = glu::getPrecisionName(m_precision);
997 switch (m_precision)
1064 const tcu::Vec4 opThreshold = getDerivateThreshold(m_precision, m_coordMin*scale, m_coordMax*scale, reference);
1110 m_dataType, m_precision, m_derivScale,
1124 const tcu::Vec4 dxThreshold = getDerivateThreshold(m_precision, m_coordMin*xScale, m_coordMax*xScale, dx);
1125 const tcu::Vec4 dyThreshold = getDerivateThreshold(m_precision, m_coordMin*yScale, m_coordMax*yScale, dy);
1162 m_precision = precision;
1197 fragmentParams["OUTPUT_PREC"] = glu::getPrecisionName(packToInt ? glu::PRECISION_HIGHP : m_precision);
1198 fragmentParams["PRECISION"] = glu::getPrecisionName(m_precision);
1229 switch (m_precision)
1254 m_texture = new glu::Texture2D(m_context.getRenderContext(), m_precision == glu::PRECISION_HIGHP ? GL_RGBA32F : GL_RGBA16F, viewportSize.x(), viewportSize.y());
1359 const tcu::Vec4 opThreshold = getDerivateThreshold(m_precision, m_texValueMin*scale, m_texValueMax*scale, reference);
1402 m_dataType, m_precision, m_derivScale,
1413 const tcu::Vec4 dxThreshold = getDerivateThreshold(m_precision, m_texValueMin*xScale, m_texValueMax*xScale, dx);
1414 const tcu::Vec4 dyThreshold = getDerivateThreshold(m_precision, m_texValueMin*yScale, m_texValueMax*yScale, dy);