Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_driver.h92 struct nv50_ir_prog_info struct
94 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 MemoryOpt
100 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 …]