Searched refs:MakeSwitchTestCase (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_to_binary.control_flow_test.cpp | 233 SwitchTestCase MakeSwitchTestCase(uint32_t integer_width, in MakeSwitchTestCase() function 257 MakeSwitchTestCase(32, 0, "42", {42}, "100", {100}), 258 MakeSwitchTestCase(32, 1, "-1", {0xffffffff}, "100", {100}), 262 MakeSwitchTestCase(7, 0, "127", {127}, "100", {100}), 263 MakeSwitchTestCase(14, 0, "99", {99}, "100", {100}), 264 MakeSwitchTestCase(16, 0, "65535", {65535}, "100", {100}), 265 MakeSwitchTestCase(16, 1, "101", {101}, "100", {100}), 267 MakeSwitchTestCase(16, 1, "-2", {0xfffffffe}, "100", {100}), 269 MakeSwitchTestCase(16, 1, "0x7ffe", {0x7ffe}, "0x1234", {0x1234}), 270 MakeSwitchTestCase(1 [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary.control_flow_test.cpp | 233 SwitchTestCase MakeSwitchTestCase(uint32_t integer_width, in MakeSwitchTestCase() function 257 MakeSwitchTestCase(32, 0, "42", {42}, "100", {100}), 258 MakeSwitchTestCase(32, 1, "-1", {0xffffffff}, "100", {100}), 262 MakeSwitchTestCase(7, 0, "127", {127}, "100", {100}), 263 MakeSwitchTestCase(14, 0, "99", {99}, "100", {100}), 264 MakeSwitchTestCase(16, 0, "65535", {65535}, "100", {100}), 265 MakeSwitchTestCase(16, 1, "101", {101}, "100", {100}), 267 MakeSwitchTestCase(16, 1, "-2", {0xfffffffe}, "100", {100}), 269 MakeSwitchTestCase(16, 1, "0x7ffe", {0x7ffe}, "0x1234", {0x1234}), 270 MakeSwitchTestCase(1 [all...] |
/third_party/spirv-tools/test/ |
H A D | text_to_binary.control_flow_test.cpp | 239 SwitchTestCase MakeSwitchTestCase(uint32_t integer_width, in MakeSwitchTestCase() function 263 MakeSwitchTestCase(32, 0, "42", {42}, "100", {100}), 264 MakeSwitchTestCase(32, 1, "-1", {0xffffffff}, "100", {100}), 268 MakeSwitchTestCase(7, 0, "127", {127}, "100", {100}), 269 MakeSwitchTestCase(14, 0, "99", {99}, "100", {100}), 270 MakeSwitchTestCase(16, 0, "65535", {65535}, "100", {100}), 271 MakeSwitchTestCase(16, 1, "101", {101}, "100", {100}), 273 MakeSwitchTestCase(16, 1, "-2", {0xfffffffe}, "100", {100}), 275 MakeSwitchTestCase(16, 1, "0x7ffe", {0x7ffe}, "0x1234", {0x1234}), 276 MakeSwitchTestCase(1 [all...] |
Completed in 2 milliseconds