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.cpp4136 inline std::string makeLongUTF8String (size_t num4ByteChars) in makeLongUTF8String() function
4203 … "OpSource GLSL 430 %fname \"" + makeLongUTF8String(65530) + "ccc\"")); // word count: 65535 in createOpSourceGroup()
4214 … "OpSourceContinued \"" + makeLongUTF8String(65533) + "ccc\"")); // word count: 65535 in createOpSourceGroup()
4288 …cases.push_back(CaseParameter("long_extension", makeLongUTF8String(65533) + "ccc")); // word coun… in createOpSourceExtensionGroup()
6210 {"longsource", opsourceGLSLWithFile + '"' + makeLongUTF8String(65530) + "ccc" + '"'} in createOpSourceTests()
6239 {"long", opsource + "OpSourceContinued \"" + makeLongUTF8String(65533) + "ccc\""} in createOpSourceContinuedTests()
6354 …problemStrings.push_back(std::make_pair<std::string, std::string>("long_name", makeLongUTF8String(… in createOpLineTests()