Home
last modified time | relevance | path

Searched refs:precisionName (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderInvarianceTests.cpp481 const char* const precisionName = precisions[precNdx].name; in init() local
483 …tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, precisionName, "Invariance t… in init()
489 << FormatArgument("IN_PREC", precisionName) in init()
Des2fShaderLoopTests.cpp1297 const char* precisionName = getPrecisionName((Precision)precision); in init() local
1310 string name = string("basic_") + precisionName + "_" + dataTypeName + "_" + shaderTypeName; in init()
1311 …string desc = string(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCoun… in init()
/external/deqp/modules/gles3/functional/
Des3fShaderInvarianceTests.cpp483 const char* const precisionName = precisions[precNdx].name; in init() local
485 …tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, precisionName, "Invariance t… in init()
491 << FormatArgument("IN_PREC", precisionName) in init()
Des3fShaderLoopTests.cpp1173 const char* precisionName = getPrecisionName((Precision)precision); in init() local
1186 string name = string("basic_") + precisionName + "_" + dataTypeName + "_" + shaderTypeName; in init()
1187 …string desc = string(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCoun… in init()
/external/deqp/external/openglcts/modules/common/
DglcShaderLoopTests.cpp1159 const char* precisionName = getPrecisionName((Precision)precision); in init() local
1175 string name = string("basic_") + precisionName + "_" + dataTypeName + "_" + shaderTypeName; in init()
1176 string desc = string(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp1540 const char* precisionName = getPrecisionName((glu::Precision)precision); in init() local
1553 …std::string testName = std::string("basic_") + precisionName + "_" + dataTypeName + "_" + shaderTy… in init()
1554 …std::string testDesc = std::string(loopTypeName) + " loop with " + precisionName + dataTypeName + … in init()