Searched refs:b_path (Results 1 – 4 of 4) sorted by relevance
466 nir_deref_path *b_path) in nir_compare_deref_paths() argument468 if (!modes_may_alias(b_path->path[0]->modes, a_path->path[0]->modes)) in nir_compare_deref_paths()471 if (a_path->path[0]->deref_type != b_path->path[0]->deref_type) in nir_compare_deref_paths()475 if (a_path->path[0]->var != b_path->path[0]->var) { in nir_compare_deref_paths()482 !(b_path->path[0]->modes & ~temp_var_modes)) in nir_compare_deref_paths()492 deref_path_contains_coherent_decoration(b_path)) in nir_compare_deref_paths()499 b_path->path[0]->modes & nir_var_mem_shared && in nir_compare_deref_paths()501 glsl_type_is_interface(b_path->path[0]->var->type))) { in nir_compare_deref_paths()503 glsl_type_is_interface(b_path->path[0]->var->type)); in nir_compare_deref_paths()526 if (a_path->path[0] != b_path->path[0]) in nir_compare_deref_paths()[all …]
72 nir_deref_compare_result nir_compare_deref_paths(nir_deref_path *a_path, nir_deref_path *b_path);
158 b_path = os.path.join(self.right, x)167 b_stat = os.stat(b_path)
216 char *b_path = cil_malloc(strlen(b_filecon->path_str) + 1); in cil_post_filecon_compare() local218 b_path[0] = '\0'; in cil_post_filecon_compare()220 strcat(b_path, b_filecon->path_str); in cil_post_filecon_compare()222 cil_post_fc_fill_data(b_data, b_path); in cil_post_filecon_compare()244 free(b_path); in cil_post_filecon_compare()