Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnode.c31 const ppir_op_info ppir_op_infos[] = { variable
361 ppir_node_type type = ppir_op_infos[op].type; in ppir_node_create()
557 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()
211 int *slots = ppir_op_infos[node->op].slots; in ppir_instr_insert_node()
Dlower.c476 int *src_0_slots = ppir_op_infos[alu->src[0].node->op].slots; in ppir_lower_accum()
491 int *src_slots = ppir_op_infos[alu->src[j].node->op].slots; in ppir_lower_accum()
Dppir.h139 extern const ppir_op_info ppir_op_infos[];
700 int *slots = ppir_op_infos[node->op].slots; in ppir_node_schedulable_slot()
Dnode_to_instr.c237 int *slots = ppir_op_infos[node->op].slots; in ppir_node_score()