Searched refs:storageSlotMap (Results 1 – 2 of 2) sorted by relevance
656 if (! storageSlotMap[resourceKey].empty()) { in resolveInOutLocation()657 TVarSlotMap::iterator iter = storageSlotMap[resourceKey].find(name); in resolveInOutLocation()658 if (iter != storageSlotMap[resourceKey].end()) { in resolveInOutLocation()681 storageSlotMap[resourceKey][name] = location; in resolveInOutLocation()688 storageSlotMap[resourceKey] = varSlotMap; in resolveInOutLocation()732 TVarSlotMap& slotMap = storageSlotMap[resourceKey]; in resolveUniformLocation()753 storageSlotMap[resourceKey][name] = location; in resolveUniformLocation()760 storageSlotMap[resourceKey] = varSlotMap; in resolveUniformLocation()852 TVarSlotMap& varSlotMap = storageSlotMap[storageKey]; in reserverStorageSlot()878 TVarSlotMap& varSlotMap = storageSlotMap[storageKey]; in reserverStorageSlot()
224 TSlotMap storageSlotMap; member