Searched refs:TGSI_PROPERTY_COUNT (Results 1 – 14 of 14) sorted by relevance
138 const char *tgsi_property_names[TGSI_PROPERTY_COUNT] =251 STATIC_ASSERT(ARRAY_SIZE(tgsi_property_names) == TGSI_PROPERTY_COUNT); in tgsi_strings_check()
47 extern const char *tgsi_property_names[TGSI_PROPERTY_COUNT];
182 unsigned properties[TGSI_PROPERTY_COUNT]; /* index with TGSI_PROPERTY_ */
1782 for (property_name = 0; property_name < TGSI_PROPERTY_COUNT; in parse_property()1788 if (property_name >= TGSI_PROPERTY_COUNT) { in parse_property()
201 unsigned properties[TGSI_PROPERTY_COUNT];
127 const char *tgsi_property_names[TGSI_PROPERTY_COUNT] =236 STATIC_ASSERT(Elements(tgsi_property_names) == TGSI_PROPERTY_COUNT); in tgsi_strings_check()
130 unsigned properties[TGSI_PROPERTY_COUNT]; /* index with TGSI_PROPERTY_ */
1757 for (property_name = 0; property_name < TGSI_PROPERTY_COUNT; in parse_property()1763 if (property_name >= TGSI_PROPERTY_COUNT) { in parse_property()
179 unsigned properties[TGSI_PROPERTY_COUNT];
170 for(unsigned int i = 0; i < TGSI_PROPERTY_COUNT; ++i) { in print_pipe_info()
312 TGSI_PROPERTY_COUNT, enumerator
301 #define TGSI_PROPERTY_COUNT 28 macro
2327 for (unsigned i = 0; i < TGSI_PROPERTY_COUNT; i++) { in ttn_compile_init()