Searched refs:create_test_case (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/glsl/tests/lower_jumps/ |
D | create_test_cases.py | 273 def create_test_case(doc_string, input_sexp, expected_sexp, test_name, function 316 create_test_case(doc_string, input_sexp, expected_sexp, 'lower_returns_main_true', 318 create_test_case(doc_string, input_sexp, input_sexp, 'lower_returns_main_false', 333 create_test_case(doc_string, input_sexp, expected_sexp, 'lower_returns_sub_true', 335 create_test_case(doc_string, input_sexp, input_sexp, 'lower_returns_sub_false', 349 create_test_case(doc_string, input_sexp, expected_sexp, 'lower_returns_1', 360 create_test_case(doc_string, input_sexp, input_sexp, 'lower_returns_2', 383 create_test_case(doc_string, input_sexp, expected_sexp, 'lower_returns_3', 402 create_test_case(doc_string, input_sexp, expected_sexp, 'lower_returns_4', 425 create_test_case(doc_string, input_sexp, expected_sexp, 'lower_unified_returns', [all …]
|