Lines Matching refs:string
115 return tcu::TestStatus::pass(std::string("Supported depth/stencil formats: ") + supportedFormatsMsg.str());
133 const std::string& name,
266 const std::string& name,
309 throw tcu::NotSupportedError(std::string("Unsupported depth/stencil format: ") + getFormatName(m_depthFormat));
1156 std::string getFormatCaseName (const VkFormat format)
1158 const std::string fullName = getFormatName(format);
1165 std::string getTopologyName (const VkPrimitiveTopology topology) {
1166 const std::string fullName = getPrimitiveTopologyName(topology);
1173 std::string getCompareOpsName (const VkCompareOp quadDepthOps[DepthTest::QUAD_COUNT])
1179 const std::string fullOpName = getCompareOpName(quadDepthOps[quadNdx]);
1342 (std::string("Uses format ") + getFormatName(depthFormats[formatNdx]) + ((useSeparateDepthStencilLayouts) ? " with separate depth/stencil layouts" : "")).c_str()));
1346 const std::string topologyName = getTopologyName(primitiveTopologies[topologyNdx]) + "_";
1458 const std::string suffix;
1473 std::string testName = getFormatCaseName(format) + "_" + de::toLower(std::string(getCompareOpName(compareOp)).substr(14)) + viewportCase.suffix;