Searched refs:unrelatedPrec (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderInvarianceTests.cpp | 593 const char* const unrelatedPrec = glu::getPrecisionName((glu::Precision)precisionOther); in createShaderInvarianceTests() local 600 varGroup[groupNdx]->addChild(new InvarianceTest(testCtx, ("subexpression_precision_" + std::string(unrelatedPrec)).c_str(), in createShaderInvarianceTests() 617 << FormatArgument("UNRELATED_PREC", unrelatedPrec) in createShaderInvarianceTests() 634 << FormatArgument("UNRELATED_PREC", unrelatedPrec) in createShaderInvarianceTests() 652 << FormatArgument("UNRELATED_PREC", unrelatedPrec) in createShaderInvarianceTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderInvarianceTests.cpp | 588 const char* const unrelatedPrec = glu::getPrecisionName((glu::Precision)precisionOther); in createShaderInvarianceTests() local 594 varGroup[groupNdx]->addChild(new InvarianceTest(testCtx, ("subexpression_precision_" + std::string(unrelatedPrec)).c_str(), "Shader shares subexpression of different precision with an unrelated variable.", in createShaderInvarianceTests() 611 << FormatArgument("UNRELATED_PREC", unrelatedPrec) in createShaderInvarianceTests() 628 << FormatArgument("UNRELATED_PREC", unrelatedPrec) in createShaderInvarianceTests() 646 << FormatArgument("UNRELATED_PREC", unrelatedPrec) in createShaderInvarianceTests()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderInvarianceTests.cpp | 629 const char* const unrelatedPrec = glu::getPrecisionName((glu::Precision)precisionOther); in init() local 635 group->addChild(new BasicInvarianceTest(m_context, ("subexpression_precision_" + std::string(unrelatedPrec)).c_str(), "Shader shares subexpression of different precision with an unrelated variable.", in init() 651 << FormatArgument("UNRELATED_PREC", unrelatedPrec) in init() 667 << FormatArgument("UNRELATED_PREC", unrelatedPrec) in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderInvarianceTests.cpp | 627 const char* const unrelatedPrec = glu::getPrecisionName((glu::Precision)precisionOther); in init() local 633 group->addChild(new BasicInvarianceTest(m_context, ("subexpression_precision_" + std::string(unrelatedPrec)).c_str(), "Shader shares subexpression of different precision with an unrelated variable.", in init() 649 << FormatArgument("UNRELATED_PREC", unrelatedPrec) in init() 665 << FormatArgument("UNRELATED_PREC", unrelatedPrec) in init()
|
Completed in 6 milliseconds