Searched defs:nv50_program (Results 1 – 1 of 1) sorted by relevance
57 struct nv50_program { struct58 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 …]