Home
last modified time | relevance | path

Searched refs:storageSlotMap (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Diomapper.cpp656 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()
Diomapper.h224 TSlotMap storageSlotMap; member