Searched refs:match_inst (Results 1 – 3 of 3) sorted by relevance
/external/libcups/cups/ |
D | dest.c | 241 const char *match_inst, int user_default_set, 4168 const char *match_inst, /* I - Instance name we want */ argument 4183 …, user_default_set=%d, num_dests=%d, dests=%p)", filename, match_name, match_inst, user_default_se… 4258 (!instance && match_inst) || 4259 (instance && !match_inst) || 4260 (instance && _cups_strcasecmp(instance, match_inst)))
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_text.c | 987 match_inst(const char **pcur, in match_inst() function 1043 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()
|