Searched refs:TGSI_INTERPOLATE_COUNT (Results 1 – 5 of 5) sorted by relevance
126 const char *tgsi_interpolate_names[TGSI_INTERPOLATE_COUNT] =180 STATIC_ASSERT(Elements(tgsi_interpolate_names) == TGSI_INTERPOLATE_COUNT); in tgsi_strings_check()
53 extern const char *tgsi_interpolate_names[TGSI_INTERPOLATE_COUNT];
1302 for (i = 0; i < TGSI_INTERPOLATE_COUNT; i++) { in parse_declaration()1311 if (i == TGSI_INTERPOLATE_COUNT) { in parse_declaration()
131 assert( interpolate < TGSI_INTERPOLATE_COUNT ); in tgsi_build_declaration()
106 #define TGSI_INTERPOLATE_COUNT 4 macro