Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A DcomposeSite.cpp349 SdfVariantSelectionMap vselMap; in PcpComposeSiteVariantSelection() local
351 if (layer->HasField(path, field, &vselMap)) { in PcpComposeSiteVariantSelection()
352 SdfVariantSelectionMap::const_iterator i = vselMap.find(vsetName); in PcpComposeSiteVariantSelection()
353 if (i != vselMap.end()) { in PcpComposeSiteVariantSelection()
369 SdfVariantSelectionMap vselMap; in PcpComposeSiteVariantSelections() local
371 if (layer->HasField(path, field, &vselMap)) { in PcpComposeSiteVariantSelections()
372 result->insert(vselMap.begin(), vselMap.end()); in PcpComposeSiteVariantSelections()
H A DprimIndex.cpp311 const SdfVariantSelectionMap & vselMap = in ComposeAuthoredVariantSelections() local
313 result.insert(vselMap.begin(), vselMap.end()); in ComposeAuthoredVariantSelections()
3820 const SdfVariantSelectionMap & vselMap = in _ShouldUseVariantFallback() local
3822 SdfVariantSelectionMap::const_iterator i = vselMap.find(vset); in _ShouldUseVariantFallback()
3823 if (i != vselMap.end() && i->second == vsel) { in _ShouldUseVariantFallback()
/dports/misc/usd/USD-21.11/pxr/usd/pcp/testenv/
H A DtestPcpCompositionResults.py179 vselMap = {} variable
184 if vset not in vselMap:
185 vselMap[vset] = vsel
263 if len(vselMap) > 0:
265 for vsetName in sorted(vselMap.keys()):
266 print(' {%s = %s}' % (vsetName, vselMap[vsetName]))