Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DOutputVulkanGLSL.cpp131 std::string otherQualifiers = getCommonLayoutQualifiers(variable); in writeLayoutQualifier()
DOutputGLSLBase.h43 std::string getCommonLayoutQualifiers(TIntermTyped *variable);
DOutputGLSLBase.cpp172 std::string TOutputGLSLBase::getCommonLayoutQualifiers(TIntermTyped *variable) in getCommonLayoutQualifiers() function in sh::TOutputGLSLBase
289 std::string otherQualifiers = getCommonLayoutQualifiers(variable); in writeLayoutQualifier()