Lines Matching refs:precision
466 glu::Precision prec;
491 const glu::Precision precision = precisions[precNdx].prec;
492 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, precisionName, "Invariance tests using the given precision.");
632 // shared subexpression of different precision
636 const char* const unrelatedPrec = glu::getPrecisionName((glu::Precision)precisionOther);
637 const glu::Precision minPrecision = (precisionOther < (int)precision) ? ((glu::Precision)precisionOther) : (precision);
642 group->addChild(new BasicInvarianceTest(m_context, ("subexpression_precision_" + std::string(unrelatedPrec)).c_str(), "Shader shares subexpression of different precision with an unrelated variable.",