Searched refs:match_inst (Results 1 – 3 of 3) sorted by relevance
/external/libcups/cups/ |
D | dest.c | 233 static int cups_get_dests(const char *filename, const char *match_name, const char *match_inst, in… 4070 const char *match_inst, /* I - Instance name we want */ in cups_get_dests() argument 4086 …, user_default_set=%d, num_dests=%d, dests=%p)", filename, match_name, match_inst, load_all, user_… in cups_get_dests() 4160 (!instance && match_inst) || in cups_get_dests() 4161 (instance && !match_inst) || in cups_get_dests() 4162 (instance && _cups_strcasecmp(instance, match_inst))) in cups_get_dests()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_text.c | 1023 match_inst(const char **pcur, in match_inst() function 1079 if (match_inst(&cur, &saturate, &precise, info)) { in parse_instruction()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_text.c | 1000 match_inst(const char **pcur, in match_inst() function 1057 if (match_inst(&cur, &saturate, &precise, info)) { in parse_instruction()
|