HomeSort by: relevance | last modified time | path
    Searched refs:temp_var_modes (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_deref.c 344 static const nir_variable_mode temp_var_modes = local
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/
nir_deref.c 479 static const nir_variable_mode temp_var_modes = local
481 if (!(a_path->path[0]->modes & ~temp_var_modes) ||
482 !(b_path->path[0]->modes & ~temp_var_modes))

Completed in 6 milliseconds