Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3.h258 struct ir3_instruction { struct
259 struct ir3_block *block;
260 opc_t opc;
261 enum {
321 } flags;
322 uint8_t repeat;
323 uint8_t nop;
325 unsigned srcs_max, dsts_max;
327 unsigned srcs_count, dsts_count;
328 struct ir3_register **dsts;
[all …]
Dir3_sched.c189 bool (*cond)(struct ir3_instruction *, in sched_check_src_cond()