Searched refs:new_options (Results 1 – 6 of 6) sorted by relevance
75 grpc_alts_credentials_options* new_options = in test_client_options_api_success() local77 GPR_ASSERT(get_target_service_account_num(new_options) == in test_client_options_api_success()80 reinterpret_cast<grpc_alts_credentials_client_options*>(new_options); in test_client_options_api_success()87 grpc_alts_credentials_options_destroy(new_options); in test_client_options_api_success()
53 grpc_alts_credentials_options* new_options = in alts_server_options_copy() local57 &new_options->rpc_versions); in alts_server_options_copy()58 return new_options; in alts_server_options_copy()
88 grpc_alts_credentials_options* new_options = in alts_client_options_copy() local91 reinterpret_cast<grpc_alts_credentials_client_options*>(new_options); in alts_client_options_copy()110 &new_options->rpc_versions); in alts_client_options_copy()111 return new_options; in alts_client_options_copy()
2924 nir_shader_compiler_options *new_options = ralloc(s, nir_shader_compiler_options); in ntt_fix_nir_options() local2925 *new_options = *s->options; in ntt_fix_nir_options()2927 new_options->lower_extract_byte = true; in ntt_fix_nir_options()2928 new_options->lower_extract_word = true; in ntt_fix_nir_options()2929 new_options->lower_insert_byte = true; in ntt_fix_nir_options()2930 new_options->lower_insert_word = true; in ntt_fix_nir_options()2931 new_options->lower_fdph = true; in ntt_fix_nir_options()2932 new_options->lower_flrp64 = true; in ntt_fix_nir_options()2933 new_options->lower_fmod = true; in ntt_fix_nir_options()2934 new_options->lower_rotate = true; in ntt_fix_nir_options()[all …]
234 const new_options = { only: [] } variable301 if (!new_options.only.includes(name)) {302 new_options.only.push(name);321 if (!new_options.only.includes(dep)) {322 new_options.only.push(dep);346 if (new_options.only.length) {347 this.internal_add_idls(parsed_idls, new_options);
1253 new_options = []1255 new_options.append(help_tuple[0:3])1256 return new_options