Home
last modified time | relevance | path

Searched refs:PcpArcTypeVariant (Results 1 – 10 of 10) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DprimCompositionQuery.cpp150 case PcpArcTypeVariant: in GetIntroducingLayer()
278 if (GetArcType() != PcpArcTypeVariant) { in GetIntroducingListEditor()
440 arcMask = 1 << PcpArcTypeVariant; in _TestArcType()
455 arcMask = ~(1 << PcpArcTypeVariant); in _TestArcType()
H A DwrapPrimCompositionQuery.cpp63 case PcpArcTypeVariant: in _WrapGetIntroducingListEditor()
H A DvariantSets.cpp104 if (nodeIter->GetArcType() == PcpArcTypeVariant) { in GetVariantSelection()
/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A Dtypes.cpp38 TF_ADD_ENUM_NAME(PcpArcTypeVariant, "variant"); in TF_REGISTRY_FUNCTION()
H A Derrors.cpp109 case PcpArcTypeVariant: in ToString()
132 case PcpArcTypeVariant: in ToString()
183 case PcpArcTypeVariant: in ToString()
H A Dtypes.h53 PcpArcTypeVariant, enumerator
H A DnamespaceEdits.cpp375 case PcpArcTypeVariant: in _AddLayerStackSite()
481 while (node && node.GetArcType() == PcpArcTypeVariant) { in PcpComputeNamespaceEdits()
H A DprimIndex.cpp1351 if (arcType == PcpArcTypeVariant) { in _CheckForCycle()
2347 case PcpArcTypeVariant: in _EvalNodeRelocations()
3490 if (node.GetArcType() == PcpArcTypeVariant) { in _ComposeVariantSelectionForNode()
3519 if (node.GetArcType() == PcpArcTypeVariant && in _FindPriorVariantSelection()
3791 if (nodeWithVsel.GetArcType() == PcpArcTypeVariant && in _ShouldUseVariantFallback()
3868 if (_AddArc(PcpArcTypeVariant, in _AddVariantArc()
H A Ddiagnostic.cpp319 case PcpArcTypeVariant: in _WriteGraph()
H A DprimIndex_Graph.cpp247 return PcpArcTypeVariant; in _GetArcTypeForRangeType()