Home
last modified time | relevance | path

Searched refs:PcpDependencyTypeVirtual (Results 1 – 4 of 4) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A Ddependency.cpp42 TF_ADD_ENUM_NAME(PcpDependencyTypeVirtual, "virtual dependency"); in TF_REGISTRY_FUNCTION()
95 flags |= PcpDependencyTypeVirtual; in PcpClassifyNodeDependency()
125 if (!(flags & PcpDependencyTypeVirtual)) { in PcpClassifyNodeDependency()
151 if (depFlags & PcpDependencyTypeVirtual) { in PcpDependencyFlagsToString()
H A Ddependency.h80 PcpDependencyTypeVirtual = (1 << 4), enumerator
100 | PcpDependencyTypeVirtual,
H A Dcache.cpp552 if (!(depMask & (PcpDependencyTypeVirtual|PcpDependencyTypeNonVirtual))) { in FindSiteDependencies()
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A Dstage.cpp3759 | PcpDependencyTypeVirtual; in _AddAffectedStagePaths()