Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DOutputGLSLBase.h131 void WriteTessControlShaderLayoutQualifiers(TInfoSinkBase &out, int inputVertices);
DOutputGLSLBase.cpp1312 void WriteTessControlShaderLayoutQualifiers(TInfoSinkBase &out, int inputVertices) in WriteTessControlShaderLayoutQualifiers() function
DTranslatorVulkan.cpp1233 WriteTessControlShaderLayoutQualifiers(sink, getTessControlShaderOutputVertices()); in translateImpl()