Searched refs:slotMap (Results 1 – 1 of 1) sorted by relevance
732 TVarSlotMap& slotMap = storageSlotMap[resourceKey]; in resolveUniformLocation() local734 if (! slotMap.empty()) { in resolveUniformLocation()736 TVarSlotMap::iterator iter = slotMap.find(name); in resolveUniformLocation()737 if (iter != slotMap.end()) { in resolveUniformLocation()