Home
last modified time | relevance | path

Searched refs:PcpArcTypeRelocate (Results 1 – 8 of 8) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/pcp/testenv/
H A DtestPcpPathTranslation_HardToReach.cpp131 *nodeRange.first, PcpArcTypeRelocate, SdfPath("/M_1/A"))); in TestReverseTranslation_1()
145 *nodeRange.first, PcpArcTypeRelocate, SdfPath("/M_2/A"))); in TestReverseTranslation_1()
167 *nodeRange.first, PcpArcTypeRelocate, SdfPath("/M_3/A"))); in TestReverseTranslation_1()
/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A Dtypes.cpp37 TF_ADD_ENUM_NAME(PcpArcTypeRelocate, "relocate"); in TF_REGISTRY_FUNCTION()
H A Derrors.cpp106 case PcpArcTypeRelocate: in ToString()
129 case PcpArcTypeRelocate: in ToString()
180 case PcpArcTypeRelocate: in ToString()
H A Dtypes.h54 PcpArcTypeRelocate, enumerator
H A DprimIndex.cpp1088 if (!isUsd && n.GetArcType() == PcpArcTypeRelocate) { in _AddTasksForNodeRecursively()
1339 if (j.node && j.GetArcType() == PcpArcTypeRelocate) { in _CheckForCycle()
2253 if (childNode.GetArcType() == PcpArcTypeRelocate) { in _ElideRelocatedSubtrees()
2357 case PcpArcTypeRelocate: in _EvalNodeRelocations()
2414 _AddArc( PcpArcTypeRelocate, in _EvalNodeRelocations()
2467 if (node.GetArcType() != PcpArcTypeRelocate || node.IsDueToAncestor()) { in _EvalImpliedRelocations()
2494 gpChild.GetArcType() == PcpArcTypeRelocate) { in _EvalImpliedRelocations()
2502 _AddArc( PcpArcTypeRelocate, in _EvalImpliedRelocations()
2541 if (parentArcType == PcpArcTypeRelocate) { in _FindMatchingChild()
2874 if (destNode.GetArcType() == PcpArcTypeRelocate) { in _EvalImpliedClassTree()
[all …]
H A DnamespaceEdits.cpp338 if (node.GetArcType() == PcpArcTypeRelocate) { in _AddLayerStackSite()
H A Ddiagnostic.cpp315 case PcpArcTypeRelocate: in _WriteGraph()
H A Dcache.cpp661 if (node.GetArcType() == PcpArcTypeRelocate) { in FindSiteDependencies()