Home
last modified time | relevance | path

Searched defs:SwitchTestCase (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.control_flow_test.cpp211 struct SwitchTestCase { struct
212 std::string constant_type_args;
213 std::string constant_value_arg;
214 std::string case_value_arg;
215 std::vector<uint32_t> expected_instructions;
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dtext_to_binary.control_flow_test.cpp211 struct SwitchTestCase { struct
212 std::string constant_type_args;
213 std::string constant_value_arg;
214 std::string case_value_arg;
215 std::vector<uint32_t> expected_instructions;
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.control_flow_test.cpp211 struct SwitchTestCase { struct
212 std::string constant_type_args;
213 std::string constant_value_arg;
214 std::string case_value_arg;
215 std::vector<uint32_t> expected_instructions;
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dcontrol_flow_ops_test.py193 class SwitchTestCase(test_util.TensorFlowTestCase): class