Home
last modified time | relevance | path

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

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/vtr/
H A DfvarLevel.h99 Level::ETag combineWithLevelETag(Level::ETag) const;
388 FVarLevel::ETag::combineWithLevelETag(Level::ETag levelTag) const in combineWithLevelETag() function
H A Dlevel.cpp602 eTags[i] = fvarETag.combineWithLevelETag(getEdgeTag(fEdges[i])); in getFaceETags()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DpatchBuilder.cpp103 eTag = fvarLevel->getEdgeTag(eIndex).combineWithLevelETag(eTag); in isEdgeSingular()