Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_strings.h53 extern const char *tgsi_interpolate_locations[TGSI_INTERPOLATE_LOC_COUNT];
Dtgsi_strings.c181 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.c1603 if (str_match_nocase_whole( &cur, tgsi_interpolate_locations[i] )) { in parse_declaration()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_strings.h53 extern const char *tgsi_interpolate_locations[TGSI_INTERPOLATE_LOC_COUNT];
Dtgsi_strings.c171 const char *tgsi_interpolate_locations[TGSI_INTERPOLATE_LOC_COUNT] = variable
Dtgsi_dump.c406 ENM( decl->Interp.Location, tgsi_interpolate_locations ); in iter_declaration()
Dtgsi_text.c1574 if (str_match_nocase_whole( &cur, tgsi_interpolate_locations[i] )) { in parse_declaration()