Home
last modified time | relevance | path

Searched refs:makeLongUTF8String (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp5225 inline std::string makeLongUTF8String (size_t num4ByteChars) in makeLongUTF8String() function
5292 … "OpSource GLSL 430 %fname \"" + makeLongUTF8String(65530) + "ccc\"")); // word count: 65535 in createOpSourceGroup()
5303 … "OpSourceContinued \"" + makeLongUTF8String(65533) + "ccc\"")); // word count: 65535 in createOpSourceGroup()
5377 …cases.push_back(CaseParameter("long_extension", makeLongUTF8String(65533) + "ccc")); // word coun… in createOpSourceExtensionGroup()
7322 {"longsource", opsourceGLSLWithFile + '"' + makeLongUTF8String(65530) + "ccc" + '"'} in createOpSourceTests()
7351 {"long", opsource + "OpSourceContinued \"" + makeLongUTF8String(65533) + "ccc\""} in createOpSourceContinuedTests()
7466 …problemStrings.push_back(std::make_pair<std::string, std::string>("long_name", makeLongUTF8String(… in createOpLineTests()