Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.h57 struct nv50_program { struct
58 struct pipe_shader_state pipe;
60 ubyte type;
61 bool translated;
63 uint32_t *code;
64 unsigned code_size;
65 unsigned code_base;
66 uint32_t *immd;
67 unsigned parm_size; /* size limit of uniform buffer */
68 uint32_t tls_space; /* required local memory per thread */
[all …]