Searched refs:tgsi_file_names (Results 1 – 3 of 3) sorted by relevance
45 static const char *tgsi_file_names[] = variable246 STATIC_ASSERT(Elements(tgsi_file_names) == TGSI_FILE_COUNT); in tgsi_file_name()247 if (file < Elements(tgsi_file_names)) in tgsi_file_name()248 return tgsi_file_names[file]; in tgsi_file_name()
45 static const char *tgsi_file_names[] = variable257 STATIC_ASSERT(ARRAY_SIZE(tgsi_file_names) == TGSI_FILE_COUNT); in tgsi_file_name()258 if (file < ARRAY_SIZE(tgsi_file_names)) in tgsi_file_name()259 return tgsi_file_names[file]; in tgsi_file_name()
916 static const char *tgsi_file_names[PROGRAM_FILE_MAX] = { variable953 cerr << tgsi_file_names[dst.file]; in dump_instruction()976 cerr << tgsi_file_names[src.file] in dump_instruction()996 cerr << tgsi_file_names[src.file] in dump_instruction()