Searched refs:TVarSlotMap (Results 1 – 2 of 2) sorted by relevance
987 TVarSlotMap::iterator iter = storageSlotMap[resourceKey].find(name); in resolveInOutLocation()1015 TVarSlotMap varSlotMap; in resolveInOutLocation()1063 TVarSlotMap& slotMap = storageSlotMap[resourceKey]; in resolveUniformLocation()1067 TVarSlotMap::iterator iter = slotMap.find(name); in resolveUniformLocation()1088 TVarSlotMap varSlotMap; in resolveUniformLocation()1124 TVarSlotMap::iterator iter = resourceSlotMap[resourceKey].find(name); in resolveBinding()1185 TVarSlotMap& varSlotMap = storageSlotMap[storageKey]; in reserverStorageSlot()1186 TVarSlotMap::iterator iter = varSlotMap.find(name); in reserverStorageSlot()1211 TVarSlotMap& varSlotMap = storageSlotMap[storageKey]; in reserverStorageSlot()1212 TVarSlotMap::iterator iter = varSlotMap.find(name); in reserverStorageSlot()[all …]
234 typedef std::map<TString, int> TVarSlotMap; // <resourceName, location/binding> typedef235 typedef std::map<int, TVarSlotMap> TSlotMap; // <resourceKey, TVarSlotMap>