Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dnode.c49 .may_consume_two_slots = true,
55 .may_consume_two_slots = true,
73 .may_consume_two_slots = true,
80 .may_consume_two_slots = true,
87 .may_consume_two_slots = true,
94 .may_consume_two_slots = true,
101 .may_consume_two_slots = true,
108 .may_consume_two_slots = true,
Dgpir.h124 bool may_consume_two_slots; member
Dlower.c261 if (gpir_op_infos[node->op].may_consume_two_slots) { in gpir_lower_node_may_consume_two_slots()
Dinstr.c77 if (gpir_op_infos[node->op].may_consume_two_slots) { in gpir_instr_get_consume_slot()