Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp519 const int nextInst = word++ + wordCount; in processInstruction() local
522 if (nextInst > int(spv.size())) { in processInstruction()
531 return nextInst; in processInstruction()
553 return nextInst; in processInstruction()
587 return nextInst; in processInstruction()
596 return nextInst; in processInstruction()
605 const unsigned numLiteralIdPairs = (nextInst-word) / (1+literalSize); in processInstruction()
618 return nextInst; in processInstruction()
630 return nextInst; in processInstruction()
670 return nextInst; in processInstruction()
[all …]
Ddisassemble.cpp186 int nextInst = word + wordCount; in processInstructions() local
190 if (nextInst > size) in processInstructions()
219 if (word != nextInst) { in processInstructions()
220 …correct number of operands consumed. At " << word << " instead of " << nextInst << " instruction … in processInstructions()
221 word = nextInst; in processInstructions()