Searched defs:nvc0_program (Results 1 – 1 of 1) sorted by relevance
20 struct nvc0_program { struct21 struct pipe_shader_state pipe;23 ubyte type;24 bool translated;25 bool need_tls;26 uint8_t num_gprs;28 uint32_t *code;29 unsigned code_base;30 unsigned code_size;31 unsigned parm_size; /* size of non-bindable uniforms (c0[]) */[all …]