Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Ddef_use_test.cpp64 std::string DisassembleInst(Instruction* inst) { in DisassembleInst() function
104 EXPECT_EQ(expected_def, DisassembleInst(actual_defs.at(id))); in CheckDef()
148 actual_uses_disassembled.emplace_back(DisassembleInst(actual_use)); in CheckUse()
1208 // cannot use the DisassembleInst() in the above. Thus, this special spotcheck in TEST()
1584 EXPECT_EQ(expected_anno_inst, DisassembleInst(*inst_iter)) in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Ddef_use_test.cpp64 std::string DisassembleInst(Instruction* inst) { in DisassembleInst() function
104 EXPECT_EQ(expected_def, DisassembleInst(actual_defs.at(id))); in CheckDef()
148 actual_uses_disassembled.emplace_back(DisassembleInst(actual_use)); in CheckUse()
1208 // cannot use the DisassembleInst() in the above. Thus, this special spotcheck in TEST()
1584 EXPECT_EQ(expected_anno_inst, DisassembleInst(*inst_iter)) in TEST_P()
/third_party/spirv-tools/test/opt/
H A Ddef_use_test.cpp63 std::string DisassembleInst(Instruction* inst) { in DisassembleInst() function
103 EXPECT_EQ(expected_def, DisassembleInst(actual_defs.at(id))); in CheckDef()
147 actual_uses_disassembled.emplace_back(DisassembleInst(actual_use)); in CheckUse()
1207 // cannot use the DisassembleInst() in the above. Thus, this special spotcheck in TEST()
1586 EXPECT_EQ(expected_anno_inst, DisassembleInst(*inst_iter)) in TEST_P()

Completed in 6 milliseconds