Lines Matching defs:testName
6912 const auto testName = std::string("color_blend_all_") + colorBlendStateName + "_" + colorBlendResultName + "_color";
6913 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, testName, config));
6998 const char* testName = "null_color_blend_att_ptr";
7000 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, testName, config));
7047 const auto testName = "patch_control_points_extra_pipeline";
7049 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, testName, config));
7761 const auto testName = "color_write_mask_" + staticCode + "_to_" + dynamicCode;
7763 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, testName, config));
7804 const auto testName = std::string("rasterization_stream_") + rastStreamCase.name;
7807 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, testName, config));
7973 const auto testName = "coverage_to_color_" + finalState + "_" + (multisample ? "multisample" : "single_sample");
7975 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, testName, config));
8005 const auto testName = "coverage_to_color_location_" + locName + "_" + (multisample ? "multisample" : "single_sample");
8007 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, testName, config));
8050 const auto testName = std::string("coverage_modulation_mode_") + modulationModeCase.name;
8052 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, testName, config));
8878 const std::string testName = std::string("stencil_state")
8888 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, testName, config));