Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DCompiler.h173 TLayoutTessEvaluationType getTessEvaluationShaderInputPointType() const in getTessEvaluationShaderInputPointType() function
DShaderLang.cpp801 return compiler->getTessEvaluationShaderInputPointType() != EtetUndefined; in HasValidTessGenPointMode()
903 return GetTessellationShaderTypeEnum(compiler->getTessEvaluationShaderInputPointType()); in GetTessGenPointMode()
DParseContext.h487 TLayoutTessEvaluationType getTessEvaluationShaderInputPointType() const in getTessEvaluationShaderInputPointType() function
DCompiler.cpp538 mTessEvaluationShaderInputPointType = parseContext.getTessEvaluationShaderInputPointType(); in setASTMetadata()
DTranslatorVulkan.cpp1243 getTessEvaluationShaderInputPointType()); in translateImpl()