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.h232 struct ir3_instruction { struct
233 struct ir3_block *block;
234 opc_t opc;
235 enum {
296 } flags;
297 uint8_t repeat;
298 uint8_t nop;
300 unsigned srcs_max, dsts_max;
302 unsigned srcs_count, dsts_count;
303 struct ir3_register **dsts;
[all …]
Dir3_sched.c182 bool (*cond)(struct ir3_instruction *, in sched_check_src_cond()