Searched refs:tgsi_file_names (Results 1 – 1 of 1) 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()