Home
last modified time | relevance | path

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

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