Searched refs:temp_var_modes (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_deref.c344 static const nir_variable_mode temp_var_modes = local in function:nir_compare_deref_paths
346 if ((a_path->path[0]->mode & temp_var_modes) ||
347 (b_path->path[0]->mode & temp_var_modes))
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_deref.c479 static const nir_variable_mode temp_var_modes = local in function:nir_compare_deref_paths
481 if (!(a_path->path[0]->modes & ~temp_var_modes) ||
482 !(b_path->path[0]->modes & ~temp_var_modes))

Completed in 4 milliseconds