Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Diomapper.cpp732 TVarSlotMap& slotMap = storageSlotMap[resourceKey]; in resolveUniformLocation() local
734 if (! slotMap.empty()) { in resolveUniformLocation()
736 TVarSlotMap::iterator iter = slotMap.find(name); in resolveUniformLocation()
737 if (iter != slotMap.end()) { in resolveUniformLocation()