Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcSpirvUtils.cpp360 std::vector<std::string> spirVLineCodes = de::splitString(spirVSourceLines[v], ' '); in verifyMappings() local
366 for (int i = 0; i < (signed)spirVLineCodes.size(); ++i) in verifyMappings()
368 if (spirVLineCodes[i] == spirVCodes[j]) in verifyMappings()