Home
last modified time | relevance | path

Searched defs:isPatch (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateTypeSizeLimitations.cpp102 bool isPatch, in setFieldOrVariableProperties()
170 bool isPatch, in setFieldProperties()
187 const bool isPatch = false; in setCommonVariableProperties() local
DCollectVariables.cpp337 bool isPatch = type.getQualifier() == EvqTessLevelInner || in setBuiltInInfoFromSymbol() local
727 bool isPatch, in setFieldOrVariableProperties()
816 bool isPatch, in setFieldProperties()
835 const bool isPatch = type.getQualifier() == EvqPatchIn || type.getQualifier() == EvqPatchOut; in setCommonVariableProperties() local
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h236 bool isPatch; member
/third_party/glslang/glslang/Include/
DTypes.h616 bool isPatch() const { return false; } in isPatch() function
683 bool isPatch() const { return patch; } in isPatch() function