HomeSort by relevance Sort by last modified time
    Searched refs:unrelatedPrec (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fShaderInvarianceTests.cpp 636 const char* const unrelatedPrec = glu::getPrecisionName((glu::Precision)precisionOther);
642 group->addChild(new BasicInvarianceTest(m_context, ("subexpression_precision_" + std::string(unrelatedPrec)).c_str(), "Shader shares subexpression of different precision with an unrelated variable.",
658 << FormatArgument("UNRELATED_PREC", unrelatedPrec)
674 << FormatArgument("UNRELATED_PREC", unrelatedPrec)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderInvarianceTests.cpp 638 const char* const unrelatedPrec = glu::getPrecisionName((glu::Precision)precisionOther);
644 group->addChild(new BasicInvarianceTest(m_context, ("subexpression_precision_" + std::string(unrelatedPrec)).c_str(), "Shader shares subexpression of different precision with an unrelated variable.",
660 << FormatArgument("UNRELATED_PREC", unrelatedPrec)
676 << FormatArgument("UNRELATED_PREC", unrelatedPrec)
    [all...]

Completed in 61 milliseconds