Home
last modified time | relevance | path

Searched refs:inserted_instructions (Results 1 – 3 of 3) sorted by relevance

/third_party/spirv-tools/test/opt/
Dinstruction_list_test.cpp73 std::vector<Instruction*> inserted_instructions; in TEST() local
76 inserted_instructions.push_back(inst.get()); in TEST()
78 EXPECT_EQ(&*new_element, inserted_instructions.back()); in TEST()
85 EXPECT_THAT(output, ContainerEq(inserted_instructions)); in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dinstruction_list_test.cpp73 std::vector<Instruction*> inserted_instructions; in TEST() local
76 inserted_instructions.push_back(inst.get()); in TEST()
78 EXPECT_EQ(&*new_element, inserted_instructions.back()); in TEST()
85 EXPECT_THAT(output, ContainerEq(inserted_instructions)); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinstruction_list_test.cpp73 std::vector<Instruction*> inserted_instructions; in TEST() local
76 inserted_instructions.push_back(inst.get()); in TEST()
78 EXPECT_EQ(&*new_element, inserted_instructions.back()); in TEST()
85 EXPECT_THAT(output, ContainerEq(inserted_instructions)); in TEST()