Lines Matching refs:string
37 #include <string>
64 std::string getFormatBriefName (VkFormat format)
77 std::string depthStencilTypeName (DepthStencilType type, VkFormat format)
81 const std::string formatName = getFormatBriefName(format);
228 const std::string& name,
1223 std::string getUsed(deBool value)
1228 std::string getCombName(const std::vector<deBool>& array)
1272 const std::string dsCase = depthStencilTypeName(dsType, dsFormat);
1285 std::string name = getCombName(array) + "_" + dsCase;
1287 name += std::string("_") + getUsed(depthStencilUse);
1293 std::string name = dsCase + "_" + getUsed(depthStencilUse);