Home
last modified time | relevance | path

Searched defs:gpir_instr (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dgpir.h267 typedef struct gpir_instr { struct
268 int index;
269 struct list_head list;
271 gpir_node *slots[GPIR_INSTR_SLOT_NUM];
274 int alu_num_slot_free;
277 int alu_non_cplx_slot_free;
305 int alu_num_slot_needed_by_store;
306 int alu_num_slot_needed_by_non_cplx_store;
307 int alu_num_slot_needed_by_max;
308 int alu_num_unscheduled_next_max;
[all …]