Searched refs:create_test_case (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/glsl/tests/lower_jumps/ |
D | create_test_cases.py | 280 def create_test_case(doc_string, input_sexp, expected_sexp, test_name, function 323 create_test_case(doc_string, input_sexp, expected_sexp, 'lower_returns_main_true', 325 create_test_case(doc_string, input_sexp, input_sexp, 'lower_returns_main_false', 340 create_test_case(doc_string, input_sexp, expected_sexp, 'lower_returns_sub_true', 342 create_test_case(doc_string, input_sexp, input_sexp, 'lower_returns_sub_false', 356 create_test_case(doc_string, input_sexp, expected_sexp, 'lower_returns_1', 367 create_test_case(doc_string, input_sexp, input_sexp, 'lower_returns_2', 390 create_test_case(doc_string, input_sexp, expected_sexp, 'lower_returns_3', 409 create_test_case(doc_string, input_sexp, expected_sexp, 'lower_returns_4', 432 create_test_case(doc_string, input_sexp, expected_sexp, 'lower_unified_returns', [all …]
|