Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_strings.h53 extern const char *tgsi_interpolate_locations[TGSI_INTERPOLATE_LOC_COUNT];
Dtgsi_strings.c187 const char *tgsi_interpolate_locations[TGSI_INTERPOLATE_LOC_COUNT] = variable
Dtgsi_dump.c437 ENM( decl->Interp.Location, tgsi_interpolate_locations ); in iter_declaration()
Dtgsi_text.c1599 if (str_match_nocase_whole( &cur, tgsi_interpolate_locations[i] )) { in parse_declaration()