Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp78 const int TypeStringRowShift = 2; // shift amount to go downe one row… variable
79 const int TypeStringColumnMask = (1 << TypeStringRowShift) - 1; // reduce type to its column number…
342 if ((function.types & (1 << (type >> TypeStringRowShift))) == 0) in AddTabledBuiltin()