Searched refs:TVarSlotMap (Results 1 – 2 of 2) sorted by relevance
657 TVarSlotMap::iterator iter = storageSlotMap[resourceKey].find(name); in resolveInOutLocation()685 TVarSlotMap varSlotMap; in resolveInOutLocation()732 TVarSlotMap& slotMap = storageSlotMap[resourceKey]; in resolveUniformLocation()736 TVarSlotMap::iterator iter = slotMap.find(name); in resolveUniformLocation()757 TVarSlotMap varSlotMap; in resolveUniformLocation()789 TVarSlotMap::iterator iter = resourceSlotMap[resource].find(name); in resolveBinding()796 TVarSlotMap varSlotMap; in resolveBinding()852 TVarSlotMap& varSlotMap = storageSlotMap[storageKey]; in reserverStorageSlot()853 TVarSlotMap::iterator iter = varSlotMap.find(name); in reserverStorageSlot()878 TVarSlotMap& varSlotMap = storageSlotMap[storageKey]; in reserverStorageSlot()[all …]
192 typedef std::map<TString, int> TVarSlotMap; // <resourceName, location/binding> typedef193 typedef std::map<int, TVarSlotMap> TSlotMap; // <resourceKey, TVarSlotMap>