Lines Matching refs:name
186 ImageSubresourceLayoutCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& params);
212 ImageSubresourceLayoutCase::ImageSubresourceLayoutCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& params)
213 : vkt::TestCase (testCtx, name)
755 ImageSubresourceLayoutInvarianceCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& params);
762 ImageSubresourceLayoutInvarianceCase::ImageSubresourceLayoutInvarianceCase(tcu::TestContext& testCtx, const std::string& name, const TestParams& params)
763 : ImageSubresourceLayoutCase(testCtx, name, params)
788 const char* name;
802 const char* name;
967 de::MovePtr<tcu::TestCaseGroup> classGroup (new tcu::TestCaseGroup(testCtx, imgClass.name));
972 de::MovePtr<tcu::TestCaseGroup> mipGroup (new tcu::TestCaseGroup(testCtx, mipLevel.name));
978 const auto name = de::toLower(fmtName.substr(prefixLen)); // Remove VK_FORMAT_ prefix.
987 mipGroup->addChild(new ImageSubresourceLayoutCase(testCtx, name, params));
991 mipGroup->addChild(new ImageSubresourceLayoutCase(testCtx, name+"_offset", params));
1018 std::string name = getFormatName(params.imageFormat);
1019 name = de::toLower(name.substr(prefixLen)) + "_" + imgClass.name;
1021 invarianceGroup->addChild(new ImageSubresourceLayoutInvarianceCase(testCtx, name, params));