Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp77 const int TypeStringCount = sizeof(TypeString) / sizeof(char*); // number of entries in 'TypeString' variable
340 for (int type = 0; type < TypeStringCount; ++type) { in AddTabledBuiltin()