Searched refs:getPrefixedOpcode (Results 1 – 4 of 4) sorted by relevance
39 uint32_t getPrefixedOpcode(uint32_t wordCount, spirv::Opcode opcode);
60 uint32_t spirv::getPrefixedOpcode(uint32_t wordCount, spirv::Opcode opcode) { in getPrefixedOpcode() function in spirv
71 binary.push_back(spirv::getPrefixedOpcode(wordCount, op)); in addInstruction()
78 binary.push_back(spirv::getPrefixedOpcode(wordCount, op)); in encodeInstructionInto()1203 spirv::getPrefixedOpcode(wordCount, spirv::Opcode::OpDecorate)); in emitDecoration()