Searched refs:TGSI_PROPERTY_COUNT (Results 1 – 5 of 5) sorted by relevance
105 const char *tgsi_property_names[TGSI_PROPERTY_COUNT] =178 STATIC_ASSERT(Elements(tgsi_property_names) == TGSI_PROPERTY_COUNT); in tgsi_strings_check()
49 extern const char *tgsi_property_names[TGSI_PROPERTY_COUNT];
88 } properties[TGSI_PROPERTY_COUNT];
1437 for (property_name = 0; property_name < TGSI_PROPERTY_COUNT; in parse_property()1443 if (property_name >= TGSI_PROPERTY_COUNT) { in parse_property()
226 #define TGSI_PROPERTY_COUNT 8 macro