Searched defs:nv50_ir_prog_info (Results 1 – 1 of 1) sorted by relevance
92 struct nv50_ir_prog_info struct94 uint16_t target; /* chipset (0x50, 0x84, 0xc0, ...) */96 uint8_t type; /* PIPE_SHADER */98 uint8_t optLevel; /* optimization level (0 to 4). Level 4 enables MemoryOpt100 uint8_t dbgFlags;101 bool omitLineNum; /* only used for printing the prog when dbgFlags is set */103 struct {106 } bin;108 union {114 } prop;[all …]