Lines Matching refs:string

194 	void					logImage						(const std::string& name,
584 void MultisampleRenderPassTestBase::logImage (const std::string& name, const tcu::ConstPixelBufferAccess& image) const
591 const std::string layerName (name + " Layer:" + de::toString(layerNdx));
1126 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask));
1130 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]);
1212 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask));
1216 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]);
1313 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask));
1317 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]);
2312 const std::string sectionName ("MaxAttachmentsVerify");
2635 std::string fragShaderNameBase = "quad-frag-sp0-";
2644 std::string fragShaderName = fragShaderNameBase + de::toString(m_attachmentsCount);
2835 std::map<std::string, std::string> parameters;
2859 std::string layoutDefinitions = "";
2860 std::string shaderBody = "\tgl_SampleMask[0] = int(pushConstants.sampleMask);\n";
2882 std::map<std::string, std::string> parameters;
2914 std::string sp0layoutDefinitions = "";
2915 std::string sp0shaderBody = "";
2916 std::string sp1inLayoutDefinitions = "";
2917 std::string sp1outLayoutDefinitions = "";
2918 std::string sp1shaderBody = "";
2940 std::string nameBase = "quad-frag-sp";
2941 std::string namePostfix = de::toString(config.attachmentCount);
2989 std::string formatToName (VkFormat format)
2991 const std::string formatStr = de::toString(format);
2992 const std::string prefix = "VK_FORMAT_";
3073 const std::string layerGroupName ("layers_" + de::toString(layerCount));
3079 const std::string formatName (formatToName(format));
3094 std::string testName ("samples_" + de::toString(sampleCount));
3122 std::string testNameBaseLayer ("samples_" + de::toString(sampleCount) + "_baseLayer1");
3129 std::string resolveLevelTestNameStr(testName + "_resolve_level_" + de::toString(resolveLevel));
3150 std::string maxAttName = "max_attachments_" + de::toString(attachmentCount) + "_" + testName;
3160 std::string compatibilityTestName = "compatibility_" + testName;