Home
last modified time | relevance | path

Searched refs:PcpArcType (Results 1 – 15 of 15) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A Dtypes.h46 enum PcpArcType { enum
91 PcpIsInheritArc(PcpArcType arcType) in PcpIsInheritArc()
99 PcpIsSpecializeArc(PcpArcType arcType) in PcpIsSpecializeArc()
111 PcpIsClassBasedArc(PcpArcType arcType) in PcpIsClassBasedArc()
123 PcpArcType arcType;
H A Dstatistics.cpp48 std::map<PcpArcType, size_t> typeToNumNodes;
226 std::map<PcpArcType, size_t> typeToNumNodes = in PrintGraphStats()
228 std::map<PcpArcType, size_t> typeToNumCulledNodes = in PrintGraphStats()
230 for (PcpArcType t = PcpArcTypeRoot; t != PcpNumArcTypes; in PrintGraphStats()
231 t = (PcpArcType)(t + 1)) { in PrintGraphStats()
H A Derrors.h172 PcpArcType arcType;
343 PcpArcType arcType;
373 PcpArcType arcType;
397 PcpArcType arcType;
538 PcpArcType ownerArcType;
880 PcpArcType arcType;
H A DwrapTypes.cpp34 TfPyWrapEnum<PcpArcType>(); in wrapTypes()
H A Darc.h54 PcpArcType type;
H A DprimIndex_Graph.cpp217 if (!pred(PcpArcType(_GetNode(startIdx).smallInts.arcType))) { in _FindRootChildRange()
226 if (!pred(PcpArcType(_GetNode(childIdx).smallInts.arcType))) { in _FindRootChildRange()
238 static PcpArcType
285 [](PcpArcType arcType) { return arcType == PcpArcTypePayload; }); in GetNodeIndexesForRange()
294 [rangeType](PcpArcType arcType) { in GetNodeIndexesForRange()
H A DprimIndex_StackFrame.h130 PcpArcType GetArcType() in GetArcType()
H A DinstanceKey.h119 PcpArcType _arcType;
H A DprimIndex.cpp1303 PcpArcType arcType, in _IsImpliedClassBasedArc()
1322 PcpArcType arcType, in _CheckForCycle()
1443 const PcpArcType arcType, in _AddArc()
1778 const PcpArcType arcType, in _AddArc()
1872 template <class RefOrPayloadType, PcpArcType ARC_TYPE>
2525 const PcpArcType parentArcType, in _FindMatchingChild()
2527 const PcpArcType arcType, in _FindMatchingChild()
2626 PcpArcType arcType, in _AddClassBasedArc()
2659 const PcpArcType parentArcType = in _AddClassBasedArc()
2770 PcpArcType arcType, in _AddClassBasedArcs()
[all …]
H A DprimIndex_Graph.h337 PcpArcType arcType:5;
H A Dnode.h120 PcpArcType GetArcType() const;
H A Dnode.cpp124 PCP_DEFINE_GET_API(PcpArcType, GetArcType, smallInts.arcType);
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DprimCompositionQuery.h168 PcpArcType GetArcType() const;
H A DprimCompositionQuery.cpp296 PcpArcType
/dports/misc/usd/USD-21.11/pxr/usd/pcp/testenv/
H A DtestPcpPathTranslation_HardToReach.cpp91 const PcpArcType expectedArcType, in _IsExpectedNode()