/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderInvarianceTests.cpp | 417 const char* const precisionName = precisions[precNdx].name; in createShaderInvarianceTests() local 420 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(testCtx, precisionName); in createShaderInvarianceTests() 434 << FormatArgument("IN_PREC", precisionName) in createShaderInvarianceTests()
|
H A D | vktShaderRenderLoopTests.cpp | 1537 const char* precisionName = getPrecisionName((glu::Precision)precision); in init() local 1550 std::string testName = std::string("basic_") + precisionName + "_" + dataTypeName + "_" + shaderTypeName; in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderLoopTests.cpp | 1159 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()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderInvarianceTests.cpp | 483 const char* const precisionName = precisions[precNdx].name; in init() local 485 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, precisionName, "Invariance tests using the given precision."); in init() 491 << FormatArgument("IN_PREC", precisionName) in init()
|
H A D | es3fShaderLoopTests.cpp | 1173 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 + " " + loopCountName + " iteration count in " + shaderTypeName + " shader."; in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderInvarianceTests.cpp | 417 const char* const precisionName = precisions[precNdx].name; in createShaderInvarianceTests() local 419 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(testCtx, precisionName, "Invariance tests using the given precision."); in createShaderInvarianceTests() 433 << FormatArgument("IN_PREC", precisionName) in createShaderInvarianceTests()
|
H A D | vktShaderRenderLoopTests.cpp | 1540 const char* precisionName = getPrecisionName((glu::Precision)precision); in init() local 1553 std::string testName = std::string("basic_") + precisionName + "_" + dataTypeName + "_" + shaderTypeName; in init() 1554 std::string testDesc = std::string(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCountName + " iteration count in " + shaderTypeName + " shader."; in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderInvarianceTests.cpp | 481 const char* const precisionName = precisions[precNdx].name; in init() local 483 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, precisionName, "Invariance tests using the given precision."); in init() 489 << FormatArgument("IN_PREC", precisionName) in init()
|
H A D | es2fShaderLoopTests.cpp | 1297 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 + " " + loopCountName + " iteration count in " + shaderTypeName + " shader."; in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 3165 const char* precisionName = (relaxedPrecision ? "relaxed_precision" : "normal_precision"); in createImageExtendOperandsTests() local 3177 matchGroup->addChild(new ImageExtendOperandTest(testCtx, precisionName, texture, readFormat, writeFormat, mismatched, relaxedPrecision, testType.testType)); in createImageExtendOperandsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 3105 const char* precisionName = (relaxedPrecision ? "relaxed_precision" : "normal_precision"); in createImageExtendOperandsTests() local 3117 matchGroup->addChild(new ImageExtendOperandTest(testCtx, precisionName, texture, readFormat, writeFormat, mismatched, relaxedPrecision, testType.testType)); in createImageExtendOperandsTests()
|