Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_group.c41 struct group_ops { struct
78 static struct group_ops arr_ops_out = { arr_get, arr_insert_mov_out };
79 static struct group_ops arr_ops_in = { arr_get, arr_insert_mov_in };
91 static struct group_ops instr_ops = { instr_get, instr_insert_mov };
113 group_n(struct group_ops *ops, void *arr, unsigned n) in group_n()