Searched refs:nir_opt_if_merge_test_config (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/ |
H A D | opt_if_tests.cpp | 172 static const struct nir_opt_if_merge_test_config { struct 191 { "no_return", nir_opt_if_merge_test_config::NO_RETURN, }, argument 192 { "return_in_1st_then", nir_opt_if_merge_test_config::RETURN_IN_1ST_THEN, }, 193 { "return_in_1st_else", nir_opt_if_merge_test_config::RETURN_IN_1ST_ELSE, }, 194 { "return_in_2nd_then", nir_opt_if_merge_test_config::RETURN_IN_2ND_THEN, }, 195 { "return_in_2nd_else", nir_opt_if_merge_test_config::RETURN_IN_2ND_ELSE, }, 200 , public ::testing::WithParamInterface<struct nir_opt_if_merge_test_config> 205 enum nir_opt_if_merge_test_config::return_location return_location; 211 struct nir_opt_if_merge_test_config config = GetParam(); in SetUp() 218 nir_opt_if_merge_test_config() [all …]
|