Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3.h46 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;
[all …]