Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp1410 auto strip_it = stripRange.begin(); in strip() local
1414 while (strip_it != stripRange.end() && word >= strip_it->second) in strip()
1415 ++strip_it; in strip()
1417 if (strip_it == stripRange.end() || word < strip_it->first || word >= strip_it->second) in strip()