Searched refs:tgsi_interpolate_names (Results 1 – 4 of 4) sorted by relevance
126 const char *tgsi_interpolate_names[TGSI_INTERPOLATE_COUNT] = variable180 STATIC_ASSERT(Elements(tgsi_interpolate_names) == TGSI_INTERPOLATE_COUNT); in tgsi_strings_check()
53 extern const char *tgsi_interpolate_names[TGSI_INTERPOLATE_COUNT];
321 ENM( decl->Interp.Interpolate, tgsi_interpolate_names ); in iter_declaration()
1303 if (str_match_nocase_whole( &cur, tgsi_interpolate_names[i] )) { in parse_declaration()