Lines Matching defs:curInputLoc
157 int curInputLoc = 0;
167 curInputLoc += 1;
177 res << "layout(location = " << curInputLoc << ") in " << transportTypeStr << " a_" << val.name << ";\n";
180 curInputLoc += numLocs;
295 int curInputLoc = 0;
306 curInputLoc += 1;
317 decl << "layout(location = " << curInputLoc << ") in ";
319 curInputLoc += numLocs;
376 int curInputLoc = 0;
395 decl << "layout(location = " << curInputLoc << ") flat in ";
397 curInputLoc += numLocs;
439 int curInputLoc = 0;
442 curInputLoc += 1;
453 decl << "layout(location = " << curInputLoc << ") in ";
455 curInputLoc += numLocs;