Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DOutputVulkanGLSL.cpp131 std::string otherQualifiers = getCommonLayoutQualifiers(variable); in writeLayoutQualifier() local
143 if (!otherQualifiers.empty()) in writeLayoutQualifier()
145 out << separator << otherQualifiers; in writeLayoutQualifier()
DOutputGLSLBase.cpp289 std::string otherQualifiers = getCommonLayoutQualifiers(variable); in writeLayoutQualifier() local
290 if (!otherQualifiers.empty()) in writeLayoutQualifier()
292 out << listItemPrefix << otherQualifiers; in writeLayoutQualifier()