Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_driver.h86 struct nv50_ir_prog_info struct
88 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