Searched refs:storageSlotMap (Results 1 – 2 of 2) sorted by relevance
986 if (! storageSlotMap[resourceKey].empty()) { in resolveInOutLocation()987 TVarSlotMap::iterator iter = storageSlotMap[resourceKey].find(name); in resolveInOutLocation()988 if (iter != storageSlotMap[resourceKey].end()) { in resolveInOutLocation()1011 storageSlotMap[resourceKey][name] = location; in resolveInOutLocation()1018 storageSlotMap[resourceKey] = varSlotMap; in resolveInOutLocation()1063 TVarSlotMap& slotMap = storageSlotMap[resourceKey]; in resolveUniformLocation()1084 storageSlotMap[resourceKey][name] = location; in resolveUniformLocation()1091 storageSlotMap[resourceKey] = varSlotMap; in resolveUniformLocation()1185 TVarSlotMap& varSlotMap = storageSlotMap[storageKey]; in reserverStorageSlot()1211 TVarSlotMap& varSlotMap = storageSlotMap[storageKey]; in reserverStorageSlot()
265 TSlotMap storageSlotMap; member