Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h656 shiftBindingForSet[res][set] = shift; in setShiftBindingForSet()
668 const auto shift = shiftBindingForSet[res].find(set); in getShiftBindingForSet()
669 return shift == shiftBindingForSet[res].end() ? -1 : shift->second; in getShiftBindingForSet()
671 bool hasShiftBindingForSet(TResourceType res) const { return !shiftBindingForSet[res].empty(); } in hasShiftBindingForSet()
1211 std::array<std::map<int, int>, EResCount> shiftBindingForSet; variable
DlinkValidate.cpp306 for (unsigned int i = 0; i < unit.shiftBindingForSet.size(); ++i) { in mergeModes()
307 … for (auto it = unit.shiftBindingForSet[i].begin(); it != unit.shiftBindingForSet[i].end(); ++it) in mergeModes()