Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DOutputGLSLBase.h96 bool needsToWriteLayoutQualifier(const TType &type);
H A DOutputGLSLBase.cpp260 if (!needsToWriteLayoutQualifier(type)) in writeLayoutQualifier()
1482 bool TOutputGLSLBase::needsToWriteLayoutQualifier(const TType &type) in needsToWriteLayoutQualifier() function in sh::TOutputGLSLBase