Home
last modified time | relevance | path

Searched refs:SpvOpSwitch (Results 1 – 25 of 134) sorted by relevance

123456

/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.control_flow_test.cpp142 Eq(MakeInstruction(SpvOpSwitch, {1, 2}))); in TEST_F()
151 MakeInstruction(SpvOpSwitch, {2, 3, 12, 4})}))); in TEST_F()
162 MakeInstruction(SpvOpSwitch, {2, 3, 12, 4, 42, 5}), in TEST_F()
252 MakeInstruction(SpvOpSwitch, in MakeSwitchTestCase()
Dbinary_to_text_test.cpp197 {"", spvtest::MakeInstruction(SpvOpSwitch, {1, 2, 3, 4}),
200 spvtest::MakeInstruction(SpvOpSwitch, {1, 2, 3, 4}),
203 spvtest::MakeInstruction(SpvOpSwitch, {1, 2, 3, 4}),
206 spvtest::MakeInstruction(SpvOpSwitch, {2, 3, 4, 5}),
Dbinary_parse_test.cpp792 MakeInstruction(SpvOpSwitch, {1, 2, 42, 3})}),
798 MakeInstruction(SpvOpSwitch, {1, 2, 42, 3})}),
802 MakeInstruction(SpvOpSwitch, {1, 3, 42, 3})}),
807 MakeInstruction(SpvOpSwitch, {2, 3, 42, 3})}),
/third_party/spirv-tools/test/
Dtext_to_binary.control_flow_test.cpp140 Eq(MakeInstruction(SpvOpSwitch, {1, 2}))); in TEST_F()
149 MakeInstruction(SpvOpSwitch, {2, 3, 12, 4})}))); in TEST_F()
160 MakeInstruction(SpvOpSwitch, {2, 3, 12, 4, 42, 5}), in TEST_F()
253 MakeInstruction(SpvOpSwitch, in MakeSwitchTestCase()
Dbinary_to_text_test.cpp215 {"", spvtest::MakeInstruction(SpvOpSwitch, {1, 2, 3, 4}),
218 spvtest::MakeInstruction(SpvOpSwitch, {1, 2, 3, 4}),
221 spvtest::MakeInstruction(SpvOpSwitch, {1, 2, 3, 4}),
224 spvtest::MakeInstruction(SpvOpSwitch, {2, 3, 4, 5}),
Dbinary_parse_test.cpp778 MakeInstruction(SpvOpSwitch, {1, 2, 42, 3})}),
784 MakeInstruction(SpvOpSwitch, {1, 2, 42, 3})}),
788 MakeInstruction(SpvOpSwitch, {1, 3, 42, 3})}),
793 MakeInstruction(SpvOpSwitch, {2, 3, 42, 3})}),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.control_flow_test.cpp140 Eq(MakeInstruction(SpvOpSwitch, {1, 2}))); in TEST_F()
149 MakeInstruction(SpvOpSwitch, {2, 3, 12, 4})}))); in TEST_F()
160 MakeInstruction(SpvOpSwitch, {2, 3, 12, 4, 42, 5}), in TEST_F()
250 MakeInstruction(SpvOpSwitch, in MakeSwitchTestCase()
Dbinary_to_text_test.cpp204 {"", spvtest::MakeInstruction(SpvOpSwitch, {1, 2, 3, 4}),
207 spvtest::MakeInstruction(SpvOpSwitch, {1, 2, 3, 4}),
210 spvtest::MakeInstruction(SpvOpSwitch, {1, 2, 3, 4}),
213 spvtest::MakeInstruction(SpvOpSwitch, {2, 3, 4, 5}),
Dbinary_parse_test.cpp787 MakeInstruction(SpvOpSwitch, {1, 2, 42, 3})}),
793 MakeInstruction(SpvOpSwitch, {1, 2, 42, 3})}),
797 MakeInstruction(SpvOpSwitch, {1, 3, 42, 3})}),
802 MakeInstruction(SpvOpSwitch, {2, 3, 42, 3})}),
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.control_flow_test.cpp140 Eq(MakeInstruction(SpvOpSwitch, {1, 2}))); in TEST_F()
149 MakeInstruction(SpvOpSwitch, {2, 3, 12, 4})}))); in TEST_F()
160 MakeInstruction(SpvOpSwitch, {2, 3, 12, 4, 42, 5}), in TEST_F()
250 MakeInstruction(SpvOpSwitch, in MakeSwitchTestCase()
Dbinary_to_text_test.cpp204 {"", spvtest::MakeInstruction(SpvOpSwitch, {1, 2, 3, 4}),
207 spvtest::MakeInstruction(SpvOpSwitch, {1, 2, 3, 4}),
210 spvtest::MakeInstruction(SpvOpSwitch, {1, 2, 3, 4}),
213 spvtest::MakeInstruction(SpvOpSwitch, {2, 3, 4, 5}),
Dbinary_parse_test.cpp787 MakeInstruction(SpvOpSwitch, {1, 2, 42, 3})}),
793 MakeInstruction(SpvOpSwitch, {1, 2, 42, 3})}),
797 MakeInstruction(SpvOpSwitch, {1, 3, 42, 3})}),
802 MakeInstruction(SpvOpSwitch, {2, 3, 42, 3})}),
/third_party/spirv-tools/source/val/
Dconstruct.cpp185 (header->terminator()->opcode() != SpvOpSwitch && in IsStructuredExit()
187 terminator->opcode() == SpvOpSwitch)) { in IsStructuredExit()
205 if (terminator->opcode() == SpvOpSwitch) { in IsStructuredExit()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dconstruct.cpp199 (header->terminator()->opcode() != SpvOpSwitch && in IsStructuredExit()
201 terminator->opcode() == SpvOpSwitch)) { in IsStructuredExit()
219 if (terminator->opcode() == SpvOpSwitch) { in IsStructuredExit()
Dvalidate_adjacency.cpp102 case SpvOpSwitch: in ValidateAdjacency()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dconstruct.cpp199 (header->terminator()->opcode() != SpvOpSwitch && in IsStructuredExit()
201 terminator->opcode() == SpvOpSwitch)) { in IsStructuredExit()
219 if (terminator->opcode() == SpvOpSwitch) { in IsStructuredExit()
Dvalidate_adjacency.cpp102 case SpvOpSwitch: in ValidateAdjacency()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dbasic_block.cpp28 case SpvOpSwitch: { in ForEachSuccessorLabel()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Ddef_use_test.cpp1119 EXPECT_EQ(SpvOpSwitch, use_list->front().inst->opcode()); in TEST()
1133 SpvOpBranch, SpvOpBranch, SpvOpSwitch)); in TEST()
1140 EXPECT_EQ(SpvOpSwitch, use_list->front().inst->opcode()); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dbasic_block.cpp124 case SpvOpSwitch: { in WhileEachSuccessorLabel()
147 case SpvOpSwitch: { in ForEachSuccessorLabel()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dbasic_block.cpp124 case SpvOpSwitch: { in WhileEachSuccessorLabel()
147 case SpvOpSwitch: { in ForEachSuccessorLabel()
/third_party/spirv-tools/source/opt/
Dbasic_block.cpp124 case SpvOpSwitch: { in WhileEachSuccessorLabel()
147 case SpvOpSwitch: { in ForEachSuccessorLabel()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Ddef_use_test.cpp1302 EXPECT_THAT(opcodes, UnorderedElementsAre(SpvOpSwitch, SpvOpReturnValue)); in TEST()
1310 SpvOpBranch, SpvOpSwitch)); in TEST()
1315 EXPECT_EQ(SpvOpSwitch, GetUseOpcodes(context, id).back()); in TEST()
/third_party/spirv-tools/test/opt/
Ddef_use_test.cpp1302 EXPECT_THAT(opcodes, UnorderedElementsAre(SpvOpSwitch, SpvOpReturnValue)); in TEST()
1310 SpvOpBranch, SpvOpSwitch)); in TEST()
1315 EXPECT_EQ(SpvOpSwitch, GetUseOpcodes(context, id).back()); in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Ddef_use_test.cpp1302 EXPECT_THAT(opcodes, UnorderedElementsAre(SpvOpSwitch, SpvOpReturnValue)); in TEST()
1310 SpvOpBranch, SpvOpSwitch)); in TEST()
1315 EXPECT_EQ(SpvOpSwitch, GetUseOpcodes(context, id).back()); in TEST()

123456