Home
last modified time | relevance | path

Searched refs:GetLayerStack (Results 1 – 25 of 31) sorted by relevance

12

/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A DcomposeSite.h99 return PcpComposeSiteReferences(node.GetLayerStack(), node.GetPath(), in PcpComposeSiteReferences()
115 return PcpComposeSitePayloads(node.GetLayerStack(), node.GetPath(), in PcpComposeSitePayloads()
128 return PcpComposeSitePermission(node.GetLayerStack(), node.GetPath()); in PcpComposeSitePermission()
142 node.GetLayerStack(), node.GetPath(), result); in PcpComposeSitePrimSites()
156 node.GetLayerStack(), node.GetPath(), result); in PcpComposeSiteRelocates()
167 return PcpComposeSiteHasPrimSpecs(node.GetLayerStack(), node.GetPath()); in PcpComposeSiteHasPrimSpecs()
178 return PcpComposeSiteHasSymmetry(node.GetLayerStack(), node.GetPath()); in PcpComposeSiteHasSymmetry()
215 node.GetLayerStack(), node.GetPath(), result); in PcpComposeSiteSpecializes()
235 node.GetLayerStack(), node.GetPath(), result); in PcpComposeSiteVariantSets()
251 node.GetLayerStack(), node.GetPath(), vsetName, result); in PcpComposeSiteVariantSetOptions()
[all …]
H A Ddependencies.cpp109 auto iresult = _deps.emplace(n.GetLayerStack(), _SiteDepMap()); in Add()
125 TfStringify(n.GetLayerStack()->GetIdentifier()).c_str()); in Add()
173 _SiteDepMap &siteDepMap = _deps[n.GetLayerStack()]; in Remove()
182 TfStringify(n.GetLayerStack()->GetIdentifier()).c_str()); in Remove()
229 lifeboat->Retain(n.GetLayerStack()); in Remove()
231 _deps.erase(n.GetLayerStack()); in Remove()
236 TfStringify(n.GetLayerStack() in Remove()
H A DnamespaceEdits.cpp212 node.GetParentNode().GetLayerStack(); in _TranslatePathsAndEditRelocates()
406 site.layerStack = node.GetParentNode().GetLayerStack(); in _AddLayerStackSite()
605 if (node.GetLayerStack() == primaryLayerStack && in PcpComputeNamespaceEdits()
738 ->GetLayerStack()->GetIdentifier()).c_str(), in PcpComputeNamespaceEdits()
742 TfStringify(node.GetLayerStack()->GetIdentifier()).c_str(), in PcpComputeNamespaceEdits()
765 site.layerStack = node.GetLayerStack(); in PcpComputeNamespaceEdits()
771 &result, node.GetLayerStack(), cacheIndex, in PcpComputeNamespaceEdits()
928 PcpLayerStackSite site(node.GetLayerStack(), path); in PcpComputeNamespaceEdits()
988 ->GetLayerStack()->GetIdentifier()).c_str(), in PcpComputeNamespaceEdits()
1002 ->GetLayerStack()->GetIdentifier()).c_str(), in PcpComputeNamespaceEdits()
[all …]
H A Ddependencies.h278 node.GetLayerStack()->HasLayer(layer) && in Pcp_ForEachDependentNode()
322 node.GetLayerStack() == layerStack && in Pcp_ForEachDependentNode()
338 TfStringify(cache.GetLayerStack()->GetIdentifier()).c_str() in Pcp_ForEachDependentNode()
H A DtargetIndex.cpp111 nodeWhereConnectionWasAuthored.GetLayerStack(); in _TargetInClassAndTargetsInstance()
117 && (n.GetLayerStack() == layerStackWhereConnectionWasAuthored) in _TargetInClassAndTargetsInstance()
171 TF_FOR_ALL(layerIt, child.GetLayerStack()->GetLayers()) { in _CheckTargetPermittedBeneathNode()
251 nodeWhereConnectionWasAuthored.GetLayerStack(), in _TargetIsPermitted()
H A DdynamicFileFormatContext.cpp81 for (const SdfLayerHandle &layer : node.GetLayerStack()->GetLayers()) { in _ComposeOpinionInSubtree()
155 _parentNode.GetLayerStack()->GetIdentifier().rootLayer->GetSchema(); in _IsAllowedFieldForArguments()
H A DprimIndex.cpp291 node.GetLayerStack()->HasLayer(layer)) { in GetNodeProvidingSpec()
684 arcExpr = targetNode.GetLayerStack() in _CreateMapExpressionForArc()
1942 layerStack = node.GetLayerStack(); in _EvalRefOrPayloadArcs()
2505 PcpLayerStackSite( gp.GetLayerStack(), in _EvalImpliedRelocations()
3485 PcpLayerStackSite site(node.GetLayerStack(), pathInNode); in _ComposeVariantSelectionForNode()
4120 node.GetLayerStack()->GetLayers(); in Pcp_RescanForSpecs()
4172 node.GetLayerStack()->GetIdentifier().rootLayer; in _ComputedAssetPathWouldCreateDifferentNode()
4398 node.GetLayerStack() == rootSite.layerStack) { in _NodeCanBeCulled()
4495 inputs.cache->GetLayerStack() == site.layerStack && in _BuildInitialPrimIndexFromAncestor()
4900 node.GetLayerStack()->GetLayers(), node.GetPath(), in _ComposePrimChildNamesAtNode()
[all …]
H A Dnode.cpp139 PCP_DEFINE_GET_API(const PcpLayerStackRefPtr&, GetLayerStack, layerStack);
166 return PcpLayerStackSite(GetLayerStack(), GetPath()); in GetSite()
H A DwrapNode.cpp73 make_function(&This::GetLayerStack, in wrapNode()
H A Dnode.h217 const PcpLayerStackRefPtr& GetLayerStack() const;
H A DwrapCache.cpp264 .add_property("layerStack", &PcpCache::GetLayerStack) in wrapCache()
H A Dchanges.cpp551 TfStringify(cache->GetLayerStack()->GetIdentifier()).c_str()); in DidChange()
867 cache->GetLayerStack()) { in DidChange()
1363 if (layerStack == cache->GetLayerStack()) { in DidMaybeFixAsset()
1650 return _layerStackChanges[cache->GetLayerStack()]; in _GetLayerStackChanges()
H A Dcache.cpp169 PcpCache::GetLayerStack() const in GetLayerStack() function in PcpCache
775 if (visited.insert(node.GetLayerStack()).second) { in CanHaveOpinionForSite()
777 TF_FOR_ALL(i, node.GetLayerStack()->GetLayers()) { in CanHaveOpinionForSite()
H A Ddiagnostic.cpp92 TfStringify(node.GetLayerStack()).c_str()); in Pcp_Dump()
99 ? TfStringify(parentNode.GetLayerStack()).c_str() in Pcp_Dump()
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A Dresolver.cpp46 const SdfLayerRefPtrVector& layers = _curNode->GetLayerStack()->GetLayers(); in _Init()
114 _curNode->GetLayerStack()->GetLayers(); in NextNode()
H A DprimCompositionQuery.cpp100 composeFunc(arc.GetIntroducingNode().GetLayerStack(), in _GetIntroducingComposeInfo()
342 return _introducingNode.GetLayerStack()->GetIdentifier().rootLayer == in IsIntroducedInRootLayerStack()
343 _node.GetRootNode().GetLayerStack()->GetIdentifier().rootLayer; in IsIntroducedInRootLayerStack()
H A DclipSetDefinition.cpp74 pcpNode.GetLayerStack()->GetLayerOffsetForLayer(layer)) { in _GetLayerOffsetToRoot()
363 const PcpLayerStackRefPtr& layerStack = node.GetLayerStack(); in _RecordAnchorInfo()
393 const SdfLayerRefPtrVector& layers = node.GetLayerStack()->GetLayers(); in _ResolveClipSetsInNode()
H A Dstage.cpp266 pcpNode.GetLayerStack()->GetLayerOffsetForLayer(layer)) { in _GetLayerToStageOffset()
3484 _cache->GetLayerStack()->GetLayerOffsetForLayer(i); in GetEditTargetForLocalLayer()
3493 _cache->GetLayerStack()->GetLayerOffsetForLayer(layer); in GetEditTargetForLocalLayer()
3500 return _cache->GetLayerStack()->HasLayer(layer); in HasLocalLayer()
3545 UsdStage::GetLayerStack(bool includeSessionLayers) const in GetLayerStack() function in UsdStage
3553 if (PcpLayerStackPtr layerStack = _cache->GetLayerStack()) { in GetLayerStack()
3769 if (cache.GetLayerStack()->HasLayer(layer)) { in _AddAffectedStagePaths()
5837 node.GetLayerStack()->GetIdentifier().pathResolverContext; in _ResolveValue()
6999 return (node.GetLayerStack() == clips->sourceLayerStack in _ClipsApplyToNode()
7621 _resolveInfo->_layerStack = node.GetLayerStack(); in ProcessClips()
[all …]
H A DeditTarget.cpp65 node.GetLayerStack()->GetLayerOffsetForLayer(layer)) { in _ComposeMappingForNode()
H A DusdGenSchema.py145 return (stage.GetLayerStack()[-1], None)
148 for layer in stage.GetLayerStack():
242 for layer in stage.GetLayerStack():
1230 for layer in stage.GetLayerStack():
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/
H A DtestUsdVariantEditing.py42 assert stage.GetLayerStack()[0] == stage.GetSessionLayer()
45 rootLayer = stage.GetLayerStack(includeSessionLayers=False)[0]
H A DtestUsdEditTarget.py157 assert stage.GetLayerStack()[0] == stage.GetSessionLayer()
161 stage.GetLayerStack(includeSessionLayers=False)
H A DtestUsdUsdzFileFormat.py59 stage.GetLayerStack(includeSessionLayers=False),
H A DtestUsdFlattenProperties.py178 dstSubLayer = dstStage.GetLayerStack()[-1]
226 dstSubLayer = dstStage.GetLayerStack()[-1]
/dports/misc/usd/USD-21.11/pxr/usd/usdUtils/
H A DflattenLayerStack.cpp60 index.GetRootNode().GetLayerStack(), in UsdUtilsFlattenLayerStack()

12