Searched refs:command_names (Results 1 – 6 of 6) sorted by relevance
287 self.command_names = {}290 return self.command_names[version]295 for version, version_cmd_names in sorted(self.command_names.items()):302 if version not in self.command_names:303 self.command_names[version] = []305 self.command_names[version] += commands
101 for (i = 0; (request = get_request(rqtbl, i))->command_names; i++) { in check_request_table()102 for (name = request->command_names; *name; name++) in check_request_table()104 info->current_request = request->command_names[0]; in check_request_table()
56 for (; entry->command_names; entry++) { in ss_list_requests()60 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] = { variable101 return command_names[cmd]; in vrend_get_comand_name()