Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DlinkValidate.cpp133 auto unitEnd = std::remove_if(unitLinkerObjects.begin(), unitLinkerObjects.end(), in checkStageIO() local
135 unitLinkerObjects.resize(unitEnd - unitLinkerObjects.begin()); in checkStageIO()