Lines Matching refs:m_precision
125 , m_precision (precision)
138 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only.
139 m_precision == glu::PRECISION_MEDIUMP ? 33 : // (2^-10) * (2^15) + 1
140 m_precision == glu::PRECISION_LOWP ? 129 : 0; // (2^-8) * (2^15) + 1
221 glu::Precision m_precision;
316 , m_precision (precision)
329 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only.
330 m_precision == glu::PRECISION_MEDIUMP ? 65 : // (2^-10) * (2^16) + 1
331 m_precision == glu::PRECISION_LOWP ? 257 : 0; // (2^-8) * (2^16) + 1
412 glu::Precision m_precision;
723 , m_precision (precision)
736 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only.
737 m_precision == glu::PRECISION_MEDIUMP ? 1 : // (2^-10) * (2^7) + 1
738 m_precision == glu::PRECISION_LOWP ? 2 : 0; // (2^-8) * (2^7) + 1
829 glu::Precision m_precision;
932 , m_precision (precision)
945 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only.
946 m_precision == glu::PRECISION_MEDIUMP ? 1 : // (2^-10) * (2^8) + 1
947 m_precision == glu::PRECISION_LOWP ? 2 : 0; // (2^-8) * (2^8) + 1
1038 glu::Precision m_precision;