Lines Matching defs:testName

9155 			const std::string testName	= getImageLayoutCaseName(params.src.image.operationLayout) + "_" +
9159 group->addChild(new CopyImageToImageTestCase(group->getTestContext(), testName, params));
9793 const std::string testName = getFormatCaseName(params.src.image.format);
9794 addTestGroup(subGroup.get(), testName, addImageToImageAllFormatsColorSrcFormatTests, testParams);
9850 const std::string testName = getFormatCaseName(params.src.image.format);
9851 addTestGroup(subGroup.get(), testName, addImageToImageAllFormatsColorSrcFormatTests, testParams);
9910 const std::string testName = getFormatCaseName(params.src.image.format);
9911 addTestGroup(subGroup.get(), testName, addImageToImageAllFormatsColorSrcFormatTests, testParams);
9967 const std::string testName = getFormatCaseName(params.src.image.format);
9968 addTestGroup(subGroup.get(), testName, addImageToImageAllFormatsColorSrcFormatTests, testParams);
10023 const std::string testName = getFormatCaseName(params.src.image.format);
10024 addTestGroup(subGroup.get(), testName, addImageToImageAllFormatsColorSrcFormatTests, testParams);
10080 const std::string testName = getFormatCaseName(params.src.image.format);
10081 addTestGroup(subGroup.get(), testName, addImageToImageAllFormatsColorSrcFormatTests, testParams);
10140 const std::string testName = getFormatCaseName(params.src.image.format);
10141 addTestGroup(subGroup.get(), testName, addImageToImageAllFormatsColorSrcFormatTests, testParams);
10200 const std::string testName = getFormatCaseName(params.src.image.format);
10201 addTestGroup(subGroup.get(), testName, addImageToImageAllFormatsColorSrcFormatTests, testParams);
10256 const std::string testName = getFormatCaseName(params.src.image.format);
10257 addTestGroup(subGroup.get(), testName, addImageToImageAllFormatsColorSrcFormatTests, testParams);
10450 const std::string testName = getImageLayoutCaseName(testParams.params.src.image.operationLayout) + "_" + getImageLayoutCaseName(testParams.params.dst.image.operationLayout);
10453 dstFormatGroup->addChild(new CopyImageToImageTestCase(testCtx, testName, params));
10488 const std::string testName = getImageLayoutCaseName(params.src.image.operationLayout) + "_" +
10490 group->addChild(new CopyImageToImageTestCase(group->getTestContext(), testName, params));
10570 const std::string testName = getFormatCaseName(params.src.image.format) + "_" + getFormatCaseName(params.dst.image.format);
10571 addTestGroup(subGroup.get(), testName, addImageToImageAllFormatsDepthStencilFormatsTests, params);
10647 const std::string testName = getFormatCaseName(params.src.image.format) + "_" + getFormatCaseName(params.dst.image.format);
10648 addTestGroup(subGroup.get(), testName, addImageToImageAllFormatsDepthStencilFormatsTests, params);
10727 const std::string testName = getFormatCaseName(params.src.image.format) + "_" + getFormatCaseName(params.dst.image.format);
10728 addTestGroup(subGroup.get(), testName, addImageToImageAllFormatsDepthStencilFormatsTests, params);
10805 const std::string testName = getFormatCaseName(params.src.image.format) + "_" + getFormatCaseName(params.dst.image.format);
10806 addTestGroup(subGroup.get(), testName, addImageToImageAllFormatsDepthStencilFormatsTests, params);
10912 const std::string testName = getFormatCaseName(params.src.image.format) + "_" + getFormatCaseName(params.dst.image.format);
10913 addTestGroup(subGroup.get(), testName, addImageToImageAllFormatsDepthStencilFormatsTests, params);
11020 const std::string testName = getFormatCaseName(params.src.image.format) + "_" + getFormatCaseName(params.dst.image.format);
11021 addTestGroup(subGroup.get(), testName, addImageToImageAllFormatsDepthStencilFormatsTests, params);
11130 const std::string testName = getFormatCaseName(params.src.image.format) + "_" + getFormatCaseName(params.dst.image.format);
11131 addTestGroup(subGroup.get(), testName, addImageToImageAllFormatsDepthStencilFormatsTests, params);
11210 const std::string testName = getFormatCaseName(params.src.image.format) + "_" + getFormatCaseName(params.dst.image.format);
11211 addTestGroup(subGroup.get(), testName, addImageToImageAllFormatsDepthStencilFormatsTests, params);
11286 const std::string testName = getFormatCaseName(params.src.image.format) + "_" + getFormatCaseName(params.dst.image.format);
11287 addTestGroup(subGroup.get(), testName, addImageToImageAllFormatsDepthStencilFormatsTests, params);
12300 std::ostringstream testName;
12302 testName << "array_to_array_whole_mipmap_" << de::toLower(formatName.substr(10));
12303 group->addChild(new CopyImageToImageMipmapTestCase(testCtx, testName.str(), paramsArrayToArray));
13129 std::string testName = config.name;
13135 testName = "buffer_offset_" + testName;
13160 group->addChild(new CopyBufferToDepthStencilTestCase(testCtx, testName + "_DS", params));
13164 group->addChild(new CopyBufferToDepthStencilTestCase(testCtx, testName + "_D_S", params));
13170 group->addChild(new CopyBufferToDepthStencilTestCase(testCtx, testName + "_S_D", params));
13173 group->addChild(new CopyBufferToDepthStencilTestCase(testCtx, testName + "_SD", params));
13181 group->addChild(new CopyBufferToDepthStencilTestCase(testCtx, testName + "_S", params));
13189 group->addChild(new CopyBufferToDepthStencilTestCase(testCtx, testName + "_D", params));
14703 const std::string testName = getBlitImageTilingLayoutCaseName(testParams.params.src.image.tiling, testParams.params.src.image.operationLayout) + "_" +
14705 group->addChild(new BlitImageTestCase(testCtx, testName + "_nearest", testParams.params));
14710 group->addChild(new BlitImageTestCase(testCtx, testName + "_linear", testParams.params));
14716 group->addChild(new BlitImageTestCase(testCtx, testName + "_cubic", testParams.params));
14740 group->addChild(new BlitImageTestCase(testCtx, testName + "_linear_stripes_" + modeList[i].name, otherParams.params));
14743 group->addChild(new BlitImageTestCase(testCtx, testName + "_nearest_stripes_" + modeList[i].name, otherParams.params));
15196 const std::string testName = getImageLayoutCaseName(params.src.image.operationLayout) + "_" +
15199 group->addChild(new BlitImageTestCase(group->getTestContext(), testName + "_nearest", params));
15322 const std::string testName = getFormatCaseName(params.src.image.format) + "_" + getFormatCaseName(params.dst.image.format);
15323 addTestGroup(subGroup.get(), testName, addBlittingImageAllFormatsDepthStencilFormatsTests, params);
15438 const std::string testName = getFormatCaseName(params.src.image.format) + "_" + getFormatCaseName(params.dst.image.format);
15439 addTestGroup(subGroup.get(), testName, addBlittingImageAllFormatsDepthStencilFormatsTests, params);
15554 const std::string testName = getFormatCaseName(params.src.image.format) + "_" + getFormatCaseName(params.dst.image.format);
15555 addTestGroup(subGroup.get(), testName, addBlittingImageAllFormatsDepthStencilFormatsTests, params);
15593 const std::string testName = getImageLayoutCaseName(testParams.params.src.image.operationLayout) + "_" +
15595 group->addChild(new BlitMipmapTestCase(testCtx, testName + "_nearest", testParams.params));
15600 group->addChild(new BlitMipmapTestCase(testCtx, testName + "_linear", testParams.params));
15606 group->addChild(new BlitMipmapTestCase(testCtx, testName + "_cubic", testParams.params));
16273 std::string testName = getSampleCountCaseName(samples[samplesIndex]) + "_" + imageLayouts[srcLayoutIndex].name + "_" + imageLayouts[dstLayoutIndex].name;
16275 group->addChild(new ResolveImageToImageTestCase(group->getTestContext(), testName, params, COPY_MS_IMAGE_TO_MS_IMAGE));
16278 group->addChild(new ResolveImageToImageTestCase(group->getTestContext(), testName + "_bind_offset", params, COPY_MS_IMAGE_TO_MS_IMAGE));
16672 std::ostringstream testName;
16673 testName << "src_" << srcImageSize.width << "_" << srcImageSize.height << "_" << srcImageSize.depth << "_" << getSampleCountCaseName(samples[samplesIndex]);
16675 group->addChild(new ResolveImageToImageTestCase(testCtx, testName.str(), params));
16686 std::ostringstream testName;
16687 testName << "dst_" << dstImageSize.width << "_" << dstImageSize.height << "_" << dstImageSize.depth << "_" << getSampleCountCaseName(samples[samplesIndex]);
16690 group->addChild(new ResolveImageToImageTestCase(testCtx, testName.str(), params));
16693 group->addChild(new ResolveImageToImageTestCase(testCtx, testName.str() + "_bind_offset", params));