Searched refs:command_names (Results 1 – 6 of 6) sorted by relevance
475 self.command_names = {}478 return self.command_names[version]483 for version, version_cmd_names in sorted(self.command_names.items()):490 if version not in self.command_names:491 self.command_names[version] = []493 self.command_names[version] += commands
99 for (i = 0; (request = get_request(rqtbl, i))->command_names; i++) { in check_request_table()100 for (name = request->command_names; *name; name++) in check_request_table()102 info->current_request = request->command_names[0]; in check_request_table()
65 for (; entry->command_names; entry++) { in ss_list_requests()69 for (name = entry->command_names; *name; name++) { in ss_list_requests()
39 __SS_CONST char * __SS_CONST *command_names; /* whatever */
168 name = request->command_names; in cmd_generator()
31 static const char *command_names[VIRGL_MAX_COMMANDS] = { variable114 return command_names[cmd]; in vrend_get_comand_name()