Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DOutputVulkanGLSL.cpp147 std::string otherQualifiers = getCommonLayoutQualifiers(symbol); in writeLayoutQualifier() local
159 if (!otherQualifiers.empty()) in writeLayoutQualifier()
161 out << separator << otherQualifiers; in writeLayoutQualifier()
DOutputGLSLBase.cpp285 std::string otherQualifiers = getCommonLayoutQualifiers(variable); in writeLayoutQualifier() local
286 if (!otherQualifiers.empty()) in writeLayoutQualifier()
288 out << listItemPrefix << otherQualifiers; in writeLayoutQualifier()