Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputVulkanGLSL.cpp47 if (!NeedsToWriteLayoutQualifier(type) && !needsSetBinding && !needsLocation && in writeLayoutQualifier()
DOutputGLSLBase.h134 bool NeedsToWriteLayoutQualifier(const TType &type);
DOutputGLSLBase.cpp247 if (!NeedsToWriteLayoutQualifier(type)) in writeLayoutQualifier()
1394 bool NeedsToWriteLayoutQualifier(const TType &type) in NeedsToWriteLayoutQualifier() function
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DOutputVulkanGLSL.cpp51 if (!NeedsToWriteLayoutQualifier(type) && !needsCustomLayout) in writeLayoutQualifier()
DOutputGLSLBase.h121 bool NeedsToWriteLayoutQualifier(const TType &type);
DOutputGLSLBase.cpp252 if (!NeedsToWriteLayoutQualifier(type)) in writeLayoutQualifier()
1400 bool NeedsToWriteLayoutQualifier(const TType &type) in NeedsToWriteLayoutQualifier() function