Searched refs:tgsi_file_names (Results 1 – 2 of 2) sorted by relevance
45 static const char *tgsi_file_names[] = variable266 STATIC_ASSERT(ARRAY_SIZE(tgsi_file_names) == TGSI_FILE_COUNT); in tgsi_file_name()267 if (file < ARRAY_SIZE(tgsi_file_names)) in tgsi_file_name()268 return tgsi_file_names[file]; in tgsi_file_name()
45 static const char *tgsi_file_names[] = variable251 STATIC_ASSERT(Elements(tgsi_file_names) == TGSI_FILE_COUNT); in tgsi_file_name()252 if (file < Elements(tgsi_file_names)) in tgsi_file_name()253 return tgsi_file_names[file]; in tgsi_file_name()