Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp174 uint16_t thisOpcode; in spvInstructionCopy() local
175 spvOpcodeSplit(pInst->words[wordIndex], &thisWordCount, &thisOpcode); in spvInstructionCopy()
176 assert(opcode == static_cast<SpvOp>(thisOpcode) && in spvInstructionCopy()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp174 uint16_t thisOpcode; in spvInstructionCopy() local
175 spvOpcodeSplit(pInst->words[wordIndex], &thisWordCount, &thisOpcode); in spvInstructionCopy()
176 assert(opcode == static_cast<SpvOp>(thisOpcode) && in spvInstructionCopy()