Home
last modified time | relevance | path

Searched refs:changedPrototypePrimIndexes (Results 1 – 3 of 3) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DinstanceCache.h65 changedPrototypePrimIndexes.insert( in AppendChanges()
66 changedPrototypePrimIndexes.end(), in AppendChanges()
67 c.changedPrototypePrimIndexes.begin(), in AppendChanges()
68 c.changedPrototypePrimIndexes.end()); in AppendChanges()
84 std::vector<SdfPath> changedPrototypePrimIndexes; variable
H A DinstanceCache.cpp262 changes->changedPrototypePrimIndexes.push_back(sourcePrimIndexPath); in _CreateOrUpdatePrototypeForInstances()
387 changes->changedPrototypePrimIndexes.push_back(newSourceIndexPath); in _RemoveInstances()
H A Dstage.cpp4398 instanceChanges.changedPrototypePrimIndexes[i]; in _RecomposePrims()
4605 changes.changedPrototypePrimIndexes, context, instanceChanges); in _ComposePrimIndexesInParallel()