Lines Matching refs:string
44 #include <string>
53 using std::string;
188 if (!de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), string("VK_KHR_sampler_ycbcr_conversion")))
1054 const string srcFormatName (de::toLower(std::string(getFormatName(srcFormat)).substr(10)));
1061 const string dstFormatName (de::toLower(std::string(getFormatName(dstFormat)).substr(10)));
1088 addFunctionCase(dstFormatGroup.get(), string(srcTilingName) + (srcDisjoint ? "_disjoint_" : "_") + (useBuffer ? "buffer_" : "") + string(dstTilingName) + (dstDisjoint ? "_disjoint" : ""), checkSupport, imageCopyTest, config);
1159 const string dimensionsName ("src" + de::toString(srcSize.x()) + "x" + de::toString(srcSize.y()) + "_dst" + de::toString(dstSize.x()) + "x" + de::toString(dstSize.y()));
1166 const string srcFormatName (de::toLower(std::string(getFormatName(srcFormat)).substr(10)));
1172 const string dstFormatName (de::toLower(std::string(getFormatName(dstFormat)).substr(10)));
1197 addFunctionCase(dstFormatGroup.get(), string(srcTilingName) + (srcDisjoint ? "_disjoint_" : "_") + string(dstTilingName) + (dstDisjoint ? "_disjoint" : ""), checkSupport, imageCopyTest, config);