Home
last modified time | relevance | path

Searched refs:ParsedInstruction (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/
H A Dbinary_parse_test.cpp54 struct ParsedInstruction { struct
55 explicit ParsedInstruction(const spv_parsed_instruction_t& inst) in ParsedInstruction() function
70 bool operator==(const ParsedInstruction& b) const { in operator ==()
77 // Prints a ParsedInstruction object to the given output stream, and returns
79 std::ostream& operator<<(std::ostream& os, const ParsedInstruction& inst) { in operator <<()
95 // Basic check for the equality operator on ParsedInstruction.
96 TEST(ParsedInstruction, ZeroInitializedAreEqual) { in TEST()
98 ParsedInstruction a(pi); in TEST()
99 ParsedInstruction b(pi); in TEST()
100 EXPECT_THAT(a, ::testing::TypedEq<ParsedInstruction>( in TEST()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dbinary_parse_test.cpp54 struct ParsedInstruction { struct
55 explicit ParsedInstruction(const spv_parsed_instruction_t& inst) in ParsedInstruction() function
70 bool operator==(const ParsedInstruction& b) const { in operator ==()
77 // Prints a ParsedInstruction object to the given output stream, and returns
79 std::ostream& operator<<(std::ostream& os, const ParsedInstruction& inst) { in operator <<()
95 // Basic check for the equality operator on ParsedInstruction.
96 TEST(ParsedInstruction, ZeroInitializedAreEqual) { in TEST()
98 ParsedInstruction a(pi); in TEST()
99 ParsedInstruction b(pi); in TEST()
100 EXPECT_THAT(a, ::testing::TypedEq<ParsedInstruction>( in TEST()
[all...]
/third_party/spirv-tools/test/
H A Dbinary_parse_test.cpp54 struct ParsedInstruction { struct
55 explicit ParsedInstruction(const spv_parsed_instruction_t& inst) in ParsedInstruction() function
70 bool operator==(const ParsedInstruction& b) const { in operator ==()
77 // Prints a ParsedInstruction object to the given output stream, and returns
79 std::ostream& operator<<(std::ostream& os, const ParsedInstruction& inst) { in operator <<()
95 // Basic check for the equality operator on ParsedInstruction.
96 TEST(ParsedInstruction, ZeroInitializedAreEqual) { in TEST()
98 ParsedInstruction a(pi); in TEST()
99 ParsedInstruction b(pi); in TEST()
100 EXPECT_THAT(a, ::testing::TypedEq<ParsedInstruction>( in TEST()
[all...]

Completed in 2 milliseconds