Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp811 return compiler->getTessEvaluationShaderInputPointType() != EtetUndefined; in HasValidTessGenPointMode()
913 return GetTessellationShaderTypeEnum(compiler->getTessEvaluationShaderInputPointType()); in GetTessGenPointMode()
DCompiler.h180 TLayoutTessEvaluationType getTessEvaluationShaderInputPointType() const in getTessEvaluationShaderInputPointType() function
DParseContext.h491 TLayoutTessEvaluationType getTessEvaluationShaderInputPointType() const in getTessEvaluationShaderInputPointType() function
DCompiler.cpp582 mTessEvaluationShaderInputPointType = parseContext.getTessEvaluationShaderInputPointType(); in setASTMetadata()
DTranslatorVulkan.cpp1274 getTessEvaluationShaderInputPointType()); in translateImpl()
DBuildSPIRV.cpp2187 if (mCompiler->getTessEvaluationShaderInputPointType() == EtetPointMode) in writeExecutionModes()