Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3.h356 struct ir3_instruction { struct
359 BITMASK_ENUM(ir3_instruction_flags) flags; argument
360 uint8_t repeat;
361 uint8_t nop;
363 unsigned srcs_max, dsts_max;
365 unsigned srcs_count, dsts_count;
366 struct ir3_register **dsts;
367 struct ir3_register **srcs;
368 union {
472 uint32_t ip;
[all …]
H A Dir3_sched.c171 sched_check_src_cond(struct ir3_instruction *instr, in sched_check_src_cond()
172 bool (*cond)(struct ir3_instruction *, in sched_check_src_cond()