Home
last modified time | relevance | path

Searched refs:ppir_op_infos (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnode.c31 const ppir_op_info ppir_op_infos[] = { variable
356 ppir_node_type type = ppir_op_infos[op].type; in ppir_node_create()
552 node->index, ppir_op_infos[node->op].name, node->name); in ppir_node_print_node()
Dinstr.c64 int *slots = ppir_op_infos[mul->op].slots; in ppir_instr_insert_mul_node()
212 int *slots = ppir_op_infos[node->op].slots; in ppir_instr_insert_node()
Dppir.h138 extern const ppir_op_info ppir_op_infos[];
662 int *slots = ppir_op_infos[node->op].slots; in ppir_node_schedulable_slot()
Dnode_to_instr.c224 int *slots = ppir_op_infos[node->op].slots; in ppir_node_score()