Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSPVRemapper.cpp1412 int strippedPos = 0; in strip() local
1418 spv[strippedPos++] = spv[word]; in strip()
1421 spv.resize(strippedPos); in strip()