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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_print.c402 get_variable_mode_str(nir_variable_mode mode, bool want_local_global_mode) argument
422 return want_local_global_mode ? "shader_temp" : "";
424 return want_local_global_mode ? "function_temp" : "";
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_print.c444 get_variable_mode_str(nir_variable_mode mode, bool want_local_global_mode) argument
468 return want_local_global_mode ? "shader_temp" : "";
470 return want_local_global_mode ? "function_temp" : "";

Completed in 5 milliseconds