Lines Matching defs:result_id
60 result_id(inst.result_id),
67 uint32_t result_id;
73 result_id == b.result_id && operands == b.operands;
84 << " type_id: " << inst.type_id << " result_id: " << inst.result_id;
164 ParsedInstruction MakeParsedVoidTypeInstruction(uint32_t result_id) {
165 const auto void_inst = MakeInstruction(spv::Op::OpTypeVoid, {result_id});
174 result_id,
182 ParsedInstruction MakeParsedInt32TypeInstruction(uint32_t result_id) {
183 const auto i32_inst = MakeInstruction(spv::Op::OpTypeInt, {result_id, 32, 1});
193 result_id,
553 // spv_parsed_instruction_t struct: words, num_words, opcode, result_id,
773 // Checks for non-zero values for the result_id and ext_inst_type members