Searched defs:nv50_program (Results 1 – 1 of 1) sorted by relevance
52 struct nv50_program { struct53 struct pipe_shader_state pipe;55 ubyte type;56 bool translated;58 uint32_t *code;59 unsigned code_size;60 unsigned code_base;61 uint32_t *immd;62 unsigned parm_size; /* size limit of uniform buffer */63 uint32_t tls_space; /* required local memory per thread */[all …]