Home
last modified time | relevance | path

Searched refs:getTessControlShaderOutputVertices (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/compiler/translator/
DCompiler.h160 int getTessControlShaderOutputVertices() const { return mTessControlShaderOutputVertices; } in getTessControlShaderOutputVertices() function
DShaderLang.cpp858 int vertices = compiler->getTessControlShaderOutputVertices(); in GetTessControlShaderVertices()
DParseContext.h474 int getTessControlShaderOutputVertices() const { return mTessControlShaderOutputVertices; } in getTessControlShaderOutputVertices() function
DCompiler.cpp528 mTessControlShaderOutputVertices = parseContext.getTessControlShaderOutputVertices(); in setASTMetadata()
DTranslatorVulkan.cpp1233 WriteTessControlShaderLayoutQualifiers(sink, getTessControlShaderOutputVertices()); in translateImpl()