Home
last modified time | relevance | path

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

12345678910>>...12

/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/
H A 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()
H A 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}),
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/
H A 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()
H A 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}),
/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/
H A 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()
H A 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}),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/test/
H A 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()
H A 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}),
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/
H A 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()
H A 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}),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/test/
H A 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()
H A 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}),
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/val/
H A Dconstruct.cpp180 (header->terminator()->opcode() != SpvOpSwitch && in IsStructuredExit()
182 terminator->opcode() == SpvOpSwitch)) { in IsStructuredExit()
200 if (terminator->opcode() == SpvOpSwitch) seen_switch = true; in IsStructuredExit()
H A Dvalidate_adjacency.cpp89 case SpvOpSwitch: in ValidateAdjacency()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/val/
H A Dconstruct.cpp180 (header->terminator()->opcode() != SpvOpSwitch && in IsStructuredExit()
182 terminator->opcode() == SpvOpSwitch)) { in IsStructuredExit()
200 if (terminator->opcode() == SpvOpSwitch) seen_switch = true; in IsStructuredExit()
H A Dvalidate_adjacency.cpp89 case SpvOpSwitch: in ValidateAdjacency()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/val/
H A Dconstruct.cpp193 (header->terminator()->opcode() != SpvOpSwitch && in IsStructuredExit()
195 terminator->opcode() == SpvOpSwitch)) { in IsStructuredExit()
213 if (terminator->opcode() == SpvOpSwitch) { in IsStructuredExit()
H A Dvalidate_adjacency.cpp99 case SpvOpSwitch: in ValidateAdjacency()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/val/
H A Dconstruct.cpp199 (header->terminator()->opcode() != SpvOpSwitch && in IsStructuredExit()
201 terminator->opcode() == SpvOpSwitch)) { in IsStructuredExit()
219 if (terminator->opcode() == SpvOpSwitch) { in IsStructuredExit()
H A Dvalidate_adjacency.cpp102 case SpvOpSwitch: in ValidateAdjacency()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dconstruct.cpp193 (header->terminator()->opcode() != SpvOpSwitch && in IsStructuredExit()
195 terminator->opcode() == SpvOpSwitch)) { in IsStructuredExit()
213 if (terminator->opcode() == SpvOpSwitch) { in IsStructuredExit()
H A Dvalidate_adjacency.cpp99 case SpvOpSwitch: in ValidateAdjacency()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/val/
H A Dconstruct.cpp199 (header->terminator()->opcode() != SpvOpSwitch && in IsStructuredExit()
201 terminator->opcode() == SpvOpSwitch)) { in IsStructuredExit()
219 if (terminator->opcode() == SpvOpSwitch) { in IsStructuredExit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/val/
H A Dconstruct.cpp193 (header->terminator()->opcode() != SpvOpSwitch && in IsStructuredExit()
195 terminator->opcode() == SpvOpSwitch)) { in IsStructuredExit()
213 if (terminator->opcode() == SpvOpSwitch) { in IsStructuredExit()
H A Dvalidate_adjacency.cpp99 case SpvOpSwitch: in ValidateAdjacency()

12345678910>>...12