Searched refs:varSlotMap (Results 1 – 1 of 1) sorted by relevance
1015 TVarSlotMap varSlotMap; in resolveInOutLocation() local1017 varSlotMap[name] = location; in resolveInOutLocation()1018 storageSlotMap[resourceKey] = varSlotMap; in resolveInOutLocation()1088 TVarSlotMap varSlotMap; in resolveUniformLocation() local1090 varSlotMap[name] = location; in resolveUniformLocation()1091 storageSlotMap[resourceKey] = varSlotMap; in resolveUniformLocation()1185 TVarSlotMap& varSlotMap = storageSlotMap[storageKey]; in reserverStorageSlot() local1186 TVarSlotMap::iterator iter = varSlotMap.find(name); in reserverStorageSlot()1187 if (iter == varSlotMap.end()) { in reserverStorageSlot()1190 varSlotMap[name] = location; in reserverStorageSlot()[all …]