Searched defs:nv50_ir_prog_info (Results 1 – 1 of 1) sorted by relevance
86 struct nv50_ir_prog_info struct88 uint16_t target; /* chipset (0x50, 0x84, 0xc0, ...) */90 uint8_t type; /* PIPE_SHADER */92 uint8_t optLevel; /* optimization level (0 to 3) */93 uint8_t dbgFlags;94 bool omitLineNum; /* only used for printing the prog when dbgFlags is set */96 struct {100 } bin;102 union {131 int (*assignSlots)(struct nv50_ir_prog_info_out *); argument