Lines Matching defs:ir3_info
46 struct ir3_info { struct
47 void *data; /* used internally in ir3 assembler */
48 uint16_t sizedwords;
49 uint16_t instrs_count; /* expanded to account for rpt's */
50 uint16_t nops_count; /* # of nop instructions, including nopN */
51 uint16_t mov_count;
52 uint16_t cov_count;
57 int8_t max_reg; /* highest GPR # used by shader */
58 int8_t max_half_reg;
59 int16_t max_const;
62 uint16_t ss, sy;
65 uint16_t sstall;
67 uint16_t last_baryf; /* instruction # of last varying fetch */
70 uint16_t instrs_per_cat[8];