Home | History | Annotate | Download | only in functional

Lines Matching refs:PRECISION_LOWP

206 		const bool			zeroNotRepresentable		= (precision == glu::PRECISION_LOWP);
636 const deUint32 maxUlpDiff = precision == glu::PRECISION_LOWP ? getMaxUlpDiffFromBits(getMinMantissaBits(precision)) : 0;
712 if (precision != glu::PRECISION_LOWP)
924 else if (precision == glu::PRECISION_MEDIUMP || precision == glu::PRECISION_LOWP)
1388 if (precision != glu::PRECISION_LOWP)
1621 if (precision != glu::PRECISION_LOWP)
2141 for (int prec = glu::PRECISION_LOWP; prec <= glu::PRECISION_HIGHP; prec++)