Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.cpp3168 const int nonNullBytesPerInstruction = 4 * (maxWordCount - opSourceWordCount) - 1; in dumpSourceInstructions() local
3183 subString = text.substr(nextByte, nonNullBytesPerInstruction); in dumpSourceInstructions()
3194 nextByte += nonNullBytesPerInstruction; in dumpSourceInstructions()