Home
last modified time | relevance | path

Searched defs:ParsedInstruction (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/
Dbinary_parse_test.cpp54 struct ParsedInstruction { struct
55 explicit ParsedInstruction(const spv_parsed_instruction_t& inst) in ParsedInstruction() function
63 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
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dbinary_parse_test.cpp51 struct ParsedInstruction { struct
52 explicit ParsedInstruction(const spv_parsed_instruction_t& inst) in ParsedInstruction() function
60 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
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dbinary_parse_test.cpp54 struct ParsedInstruction { struct
55 explicit ParsedInstruction(const spv_parsed_instruction_t& inst) in ParsedInstruction() argument
63 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
/third_party/spirv-tools/test/
Dbinary_parse_test.cpp54 struct ParsedInstruction { struct
55 explicit ParsedInstruction(const spv_parsed_instruction_t& inst) in ParsedInstruction() function
63 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