Searched refs:thisOpcode (Results 1 – 2 of 2) sorted by relevance
174 uint16_t thisOpcode; in spvInstructionCopy() local175 spvOpcodeSplit(pInst->words[wordIndex], &thisWordCount, &thisOpcode); in spvInstructionCopy()176 assert(opcode == static_cast<SpvOp>(thisOpcode) && in spvInstructionCopy()