Searched defs:ParsedInstruction (Results 1 – 4 of 4) sorted by relevance
54 struct ParsedInstruction { struct55 explicit ParsedInstruction(const spv_parsed_instruction_t& inst) in ParsedInstruction() function63 std::vector<uint32_t> words;64 SpvOp opcode;65 spv_ext_inst_type_t ext_inst_type;66 uint32_t type_id;67 uint32_t result_id;68 std::vector<spv_parsed_operand_t> operands;70 bool operator==(const ParsedInstruction& b) const { in operator ==()96 TEST(ParsedInstruction, ZeroInitializedAreEqual) { in TEST() argument
51 struct ParsedInstruction { struct52 explicit ParsedInstruction(const spv_parsed_instruction_t& inst) in ParsedInstruction() function60 std::vector<uint32_t> words;61 SpvOp opcode;62 spv_ext_inst_type_t ext_inst_type;63 uint32_t type_id;64 uint32_t result_id;65 std::vector<spv_parsed_operand_t> operands;67 bool operator==(const ParsedInstruction& b) const { in operator ==()93 TEST(ParsedInstruction, ZeroInitializedAreEqual) { in TEST() argument
54 struct ParsedInstruction { struct55 explicit ParsedInstruction(const spv_parsed_instruction_t& inst) in ParsedInstruction() argument63 std::vector<uint32_t> words;64 SpvOp opcode;65 spv_ext_inst_type_t ext_inst_type;66 uint32_t type_id;67 uint32_t result_id;68 std::vector<spv_parsed_operand_t> operands;70 bool operator==(const ParsedInstruction& b) const { in operator ==()96 TEST(ParsedInstruction, ZeroInitializedAreEqual) { in TEST() argument