Lines Matching full:m_precision
153 , m_precision (precision)
166 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only.
167 m_precision == glu::PRECISION_MEDIUMP ? 33 : // (2^-10) * (2^15) + 1
168 m_precision == glu::PRECISION_LOWP ? 129 : 0; // (2^-8) * (2^15) + 1
249 glu::Precision m_precision;
344 , m_precision (precision)
357 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only.
358 m_precision == glu::PRECISION_MEDIUMP ? 65 : // (2^-10) * (2^16) + 1
359 m_precision == glu::PRECISION_LOWP ? 257 : 0; // (2^-8) * (2^16) + 1
440 glu::Precision m_precision;
751 , m_precision (precision)
764 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only.
765 m_precision == glu::PRECISION_MEDIUMP ? 1 : // (2^-10) * (2^7) + 1
766 m_precision == glu::PRECISION_LOWP ? 2 : 0; // (2^-8) * (2^7) + 1
857 glu::Precision m_precision;
960 , m_precision (precision)
973 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only.
974 m_precision == glu::PRECISION_MEDIUMP ? 1 : // (2^-10) * (2^8) + 1
975 m_precision == glu::PRECISION_LOWP ? 2 : 0; // (2^-8) * (2^8) + 1
1066 glu::Precision m_precision;