Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.h58 struct nv50_program { struct
59 struct nir_shader *nir;
60 struct pipe_stream_output_info stream_output;
62 uint8_t type;
63 bool translated;
65 uint32_t *code;
66 unsigned code_size;
67 unsigned code_base;
68 uint32_t *immd;
69 unsigned parm_size; /* size limit of uniform buffer */
[all …]