Searched refs:get_variable_mode_str (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) function in typeref:typename:const char *
442 cent, samp, patch, inv, get_variable_mode_str(var->data.mode, false),
694 get_variable_mode_str(instr->mode, true),
/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) function in typeref:typename:const char *
495 get_variable_mode_str(var->data.mode, false),
735 fprintf(fp, "%s%s", get_variable_mode_str(1 << m, true),
931 fprintf(fp, "%s%s", get_variable_mode_str(1 << m, true), modes ? "|" : "");

Completed in 6 milliseconds