Home
last modified time | relevance | path

Searched refs:tgsi_interpolate_names (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_strings.c126 const char *tgsi_interpolate_names[TGSI_INTERPOLATE_COUNT] = variable
180 STATIC_ASSERT(Elements(tgsi_interpolate_names) == TGSI_INTERPOLATE_COUNT); in tgsi_strings_check()
Dtgsi_strings.h53 extern const char *tgsi_interpolate_names[TGSI_INTERPOLATE_COUNT];
Dtgsi_dump.c321 ENM( decl->Interp.Interpolate, tgsi_interpolate_names ); in iter_declaration()
Dtgsi_text.c1303 if (str_match_nocase_whole( &cur, tgsi_interpolate_names[i] )) { in parse_declaration()