Lines Matching refs:string

270 									std::string&					stringResult)
329 std::string& stringResult)
350 std::string& stringResult,
476 std::string extentToString (VkExtent3D extent, VkImageType imageType)
483 return (std::string("_") + de::toString(extent.width) + std::string("x") + de::toString(extent.height) + (extent.depth != 1 ? (std::string("x") + de::toString(extent.depth)) : ""));
518 ImageClearingTestCase(tcu::TestContext& testCtx, const std::string& name, TestParams params)
570 tcu::TestStatus verifyResultImage (const std::string& successMessage, const UVec4& clearCoords = UVec4()) const;
1306 tcu::TestStatus ImageClearingTestInstance::verifyResultImage (const std::string& successMessage, const UVec4& clearCoords) const
1320 std::string message;
1358 std::string message;
1431 std::string message;
2060 std::string getFormatCaseName (VkFormat format)
2086 std::string getSampleCountName (VkSampleCountFlagBits count)
2468 const std::string dimensionsString = extentToString(dimensions, imageTypesToTest[imageTypeIndex]);
2510 std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNameSuffix;
2585 std::string testCaseName = getFormatCaseName(format) + dimensionsString;
2673 const std::string dimensionsString = extentToString(dimensions, imageType);
2689 const std::string testCaseName = getFormatCaseName(format) +
2728 const std::string testCaseNameRanges = getFormatCaseName(format) + dimensionsString + "_multiple_subresourcerange";
2760 const std::string dimensionsString = extentToString(dimensions, VK_IMAGE_TYPE_2D);
2803 std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNameSuffix;
2840 const std::string msaaTestCaseName = testCaseName + "_" + getSampleCountName(sampleCount);
2869 const std::string dimensionsString = extentToString(dimensions, VK_IMAGE_TYPE_2D);
2886 const std::string testCaseName = getFormatCaseName(format) +