Home
last modified time | relevance | path

Searched refs:PcpArcTypeRoot (Results 1 – 11 of 11) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A DprimIndex_StackFrame.h102 if (node.GetArcType() != PcpArcTypeRoot) { in Next()
132 if (node.GetArcType() != PcpArcTypeRoot) { in GetArcType()
141 return PcpArcTypeRoot; in GetArcType()
H A Darc.h48 : type(PcpArcTypeRoot) in PcpArc()
H A Dtypes.cpp35 TF_ADD_ENUM_NAME(PcpArcTypeRoot, "root"); in TF_REGISTRY_FUNCTION()
H A DprimIndex_Graph.cpp133 rootArc.type = PcpArcTypeRoot; in PcpPrimIndex_Graph()
243 return PcpArcTypeRoot; in _GetArcTypeForRangeType()
257 return PcpArcTypeRoot; in _GetArcTypeForRangeType()
503 TF_VERIFY(arc.type != PcpArcTypeRoot); in InsertChildNode()
547 TF_VERIFY(arc.type != PcpArcTypeRoot); in InsertChildSubgraph()
H A Ddependency.cpp72 if (node.GetArcType() == PcpArcTypeRoot) { in PcpClassifyNodeDependency()
H A Dtypes.h49 PcpArcTypeRoot, enumerator
H A Dstatistics.cpp230 for (PcpArcType t = PcpArcTypeRoot; t != PcpNumArcTypes; in PrintGraphStats()
H A Dnode.cpp172 return GetArcType() == PcpArcTypeRoot; in IsRootNode()
H A Ddiagnostic.cpp331 case PcpArcTypeRoot: in _WriteGraph()
H A DprimIndex.cpp2350 case PcpArcTypeRoot: in _EvalNodeRelocations()
3832 if (nodeWithVsel.GetArcType() != PcpArcTypeRoot) { in _ShouldUseVariantFallback()
/dports/misc/usd/USD-21.11/pxr/usd/pcp/testenv/
H A DtestPcpPathTranslation_HardToReach.cpp124 *nodeRange.first, PcpArcTypeRoot, SdfPath("/M_1/B"))); in TestReverseTranslation_1()
231 *nodeRange.first, PcpArcTypeRoot, SdfPath("/M_1/C"))); in TestReverseTranslation_2()
291 *nodeRange.first, PcpArcTypeRoot, primPath)); in TestReverseTranslation_3()