Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/usd/pcp/testenv/
H A DtestPcpPathTranslation_HardToReach.cpp138 *nodeRange.first, PcpArcTypeReference, SdfPath("/M_2/B"))); in TestReverseTranslation_1()
153 *nodeRange.first, PcpArcTypeReference, SdfPath("/M_3/B"))); in TestReverseTranslation_1()
176 *nodeRange.first, PcpArcTypeReference, SdfPath("/M_4/A"))); in TestReverseTranslation_1()
240 *nodeRange.first, PcpArcTypeReference, SdfPath("/M_2/C"))); in TestReverseTranslation_2()
249 *nodeRange.first, PcpArcTypeReference, SdfPath("/M_3/C"))); in TestReverseTranslation_2()
258 *nodeRange.first, PcpArcTypeReference, SdfPath("/M_4/C"))); in TestReverseTranslation_2()
309 *nodeRange.first, PcpArcTypeReference, in TestReverseTranslation_3()
328 *nodeRange.first, PcpArcTypeReference, in TestReverseTranslation_3()
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DprimCompositionQuery.cpp134 case PcpArcTypeReference: in GetIntroducingLayer()
192 if (GetArcType() != PcpArcTypeReference) { in GetIntroducingListEditor()
428 arcMask = 1 << PcpArcTypeReference; in _TestArcType()
443 arcMask = (1 << PcpArcTypeReference) | (1 << PcpArcTypePayload); in _TestArcType()
449 arcMask = ~((1 << PcpArcTypeReference) | (1 << PcpArcTypePayload)); in _TestArcType()
H A DwrapPrimCompositionQuery.cpp56 case PcpArcTypeReference: in _WrapGetIntroducingListEditor()
/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A Dtypes.cpp39 TF_ADD_ENUM_NAME(PcpArcTypeReference, "reference"); in TF_REGISTRY_FUNCTION()
H A Derrors.cpp112 case PcpArcTypeReference: in ToString()
135 case PcpArcTypeReference: in ToString()
186 case PcpArcTypeReference: in ToString()
H A Dtypes.h55 PcpArcTypeReference, enumerator
H A DnamespaceEdits.cpp367 case PcpArcTypeReference: in _AddLayerStackSite()
H A DprimIndex.cpp2104 _EvalRefOrPayloadArcs<SdfReference, PcpArcTypeReference>( in _EvalNodeReferences()
2151 indexer->previousFrame->arcToParent->type == PcpArcTypeReference) && in _EvalNodePayloads()
2363 case PcpArcTypeReference: in _EvalNodeRelocations()
4207 auto refNodeRange = _GetDirectChildRange(node, PcpArcTypeReference); in Pcp_NeedToRecomputeDueToAssetPathChange()
H A Ddiagnostic.cpp311 case PcpArcTypeReference: in _WriteGraph()
H A DprimIndex_Graph.cpp249 return PcpArcTypeReference; in _GetArcTypeForRangeType()