Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_driver.h84 struct nv50_ir_prog_info struct
86 uint16_t target; /* chipset (0x50, 0x84, 0xc0, ...) */
88 uint8_t type; /* PIPE_SHADER */
90 uint8_t optLevel; /* optimization level (0 to 3) */
91 uint8_t dbgFlags;
92 bool omitLineNum; /* only used for printing the prog when dbgFlags is set */
94 struct {
98 } bin;
100 union {
106 } prop;
[all …]